Difference between revisions of "Unit Authentication"

From Ultibo.org
Jump to: navigation, search
Line 42: Line 42:
 
|}
 
|}
 
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
|-
+
|-  
| <code>TNullAuthenticator = class(TAuthenticator)</code>
+
| [[TNullAuthenticator|<code>TNullAuthenticator = class(TAuthenticator)</code>]]
 
|-
 
|-
 
|}
 
|}

Revision as of 01:15, 27 April 2018

Return to Unit Reference


Description


Ultibo Authentication interface unit

To be documented

Constants



[Expand]
Authenticator flag AUTHENTICATOR_FLAG_*


Type definitions


None defined

Class definitions



Authentication specific classes

TAuthenticator = class(TObject)
TNullAuthenticator = class(TAuthenticator)

Authenticator

[Expand]

TAuthenticator = class(TObject)

Null authenticator

[Expand]

TNullAuthenticator = class(TAuthenticator)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure AuthInit;
Description: To be documented


Return to Unit Reference