Difference between revisions of "TBasicAuthenticator"

From Ultibo.org
Jump to: navigation, search
 
Line 12: Line 12:
 
----
 
----
  
 
'''TBasicAuthenticator'''
 
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial;">
Line 48: Line 46:
  
  
'''TBasicAuthenticator'''
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;">
 
<pre style="border: 0; padding-bottom:0px;">constructor TBasicAuthenticator.Create;</pre>
 
<pre style="border: 0; padding-bottom:0px;">constructor TBasicAuthenticator.Create;</pre>

Latest revision as of 22:27, 23 October 2025

Return to Unit Authentication


Description


To be documented

Class definitions



TBasicAuthenticator= class(TAuthenticator)

Note: An authenticator module supporting password only authentication from an external source.
 
public
constructor Create;  
public
property OnCheckPassword;  
 
function CheckPassword(const APassword:String):LongWord; override;  


Function declarations



constructor TBasicAuthenticator.Create;
Description: To be documented
Note None documented


function TBasicAuthenticator.CheckPassword(const APassword:String):LongWord;
Description: To be documented
Note None documented


Return to Unit Reference