Difference between revisions of "TUserAuthenticator"
From Ultibo.org
								
												
				 (Created page with "Return to Unit Authentication   __TOC__  === Description === ----  ''To be documented''  === Class definitions === ----   <div class="toccolours mw-col...")  | 
			
(No difference) 
 | 
Latest revision as of 22:34, 23 October 2025
Return to Unit Authentication
Description
To be documented
Class definitions
TUserAuthenticator = class(TAuthenticator)
| Note: An authenticator module supporting username and password authentication from an external source. | |
public 
 | |
 constructor Create;
 | 
|
public 
 | |
 property OnCheckUsername;
 | 
|
 property OnCheckUserPassword;
 | 
|
 function CheckUsername(const AUsername:String):LongWord; override;
 | 
|
 function CheckUserPassword(const AUsername,APassword:String):LongWord; override;
 | 
|
Function declarations
constructor TUserAuthenticator.Create;
Description: To be documented
| Note | None documented | 
|---|
function TUserAuthenticator.CheckUsername(const AUsername:String):LongWord;
Description: To be documented
| Note | None documented | 
|---|
function TUserAuthenticator.CheckUserPassword(const AUsername,APassword:String):LongWord;
Description: To be documented
| Note | None documented | 
|---|
Return to Unit Reference