TAuthenticator
From Ultibo.org
Return to Unit Authentication
Description
To be documented
Class definitions
[Expand]
TAuthenticator = class(TObject)
Function declarations
[Expand]
function TAuthenticator.PasswordPrompt(const AUsername:String):String;
Description: To be documented
[Expand]
function TAuthenticator.CheckUsername(const AUsername:String):LongWord;
Description: To be documented
[Expand]
function TAuthenticator.CheckPassword(const AUsername,APassword:String):LongWord;
Description: To be documented
Return to Unit Reference