TUserAuthenticator

From Ultibo.org
Revision as of 22:34, 23 October 2025 by Ultibo (Talk | contribs) (Created page with "Return to Unit Authentication __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-col...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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