Difference between revisions of "TBasicAuthenticator"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Authentication __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- '''TBasicAuthenticator''' <d...")
 
Line 17: Line 17:
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial;">
  
<code>TNullAuthenticator = class(TAuthenticator)</code>
+
<code>TBasicAuthenticator= class(TAuthenticator)</code>
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 
{| class="wikitable" style="font-size: 14px; background: white;"
 
{| class="wikitable" style="font-size: 14px; background: white;"

Revision as of 22:22, 23 October 2025

Return to Unit Authentication


Description


To be documented

Class definitions



TBasicAuthenticator

TBasicAuthenticator= class(TAuthenticator)

Note: An authenticator module supporting password only authentication from an external source.
 
public
constructor Create;  
public
property OnCheckPassword;  
 
function CheckPassword(const APassword:String):LongWord; override;  


Function declarations



TBasicAuthenticator

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


function TBasicAuthenticator.CheckPassword(const APassword:String):LongWord;
Description: To be documented
Note None documented


Return to Unit Reference