TSessionAuthenticator

From Ultibo.org
Jump to: navigation, search

Return to Unit Authentication


Description


To be documented

Class definitions



TSessionAuthenticator = class(TAuthenticator)

Note: An authenticator module supporting username and password authentication from a local plain text source.
 
public
constructor Create;  
public
function CheckToken(const AToken,AValue:String):LongWord; override;  
 
function CreateToken(const AValue:String; var AToken:String; ATimeout:LongWord):LongWord; override;  
function DeleteToken(const AToken,AValue:String):LongWord; override;  


Function declarations



constructor TSessionAuthenticator.Create;
Description: To be documented
Note None documented


function TSessionAuthenticator.CheckToken(const AToken,AValue:String):LongWord;
Description: To be documented
Note None documented


function TSessionAuthenticator.CreateToken(const AValue:String; var AToken:String; ATimeout:LongWord):LongWord;
Description: To be documented
Note None documented


function TSessionAuthenticator.DeleteToken(const AToken,AValue:String):LongWord;
Description: To be documented
Note None documented


Return to Unit Reference