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