TBasicAuthenticator

From Ultibo.org
Revision as of 22:27, 23 October 2025 by Ultibo (Talk | contribs)

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

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