Difference between revisions of "TSessionAuthenticator"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Authentication __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-col...")
 
(No difference)

Latest revision as of 22:38, 23 October 2025

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