TNullAuthenticator

From Ultibo.org
Revision as of 01:20, 27 April 2018 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Authentication


Description


To be documented


Class definitions



Null authenticator

[Expand]

TNullAuthenticator = class(TAuthenticator)


Function declarations



TNullAuthenticator

[Expand]
function TNullAuthenticator.UsernamePrompt:String;
Description: To be documented


[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