Difference between revisions of "TNullAuthenticator"
From Ultibo.org
Line 8: | Line 8: | ||
''To be documented'' | ''To be documented'' | ||
− | |||
=== Class definitions === | === Class definitions === |
Latest revision as of 01:21, 27 April 2018
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