Difference between revisions of "Unit Authentication"

From Ultibo.org
Jump to: navigation, search
Line 39: Line 39:
 
|-
 
|-
 
| [[TAuthenticator|<code>TAuthenticator = class(TObject)</code>]]
 
| [[TAuthenticator|<code>TAuthenticator = class(TObject)</code>]]
| style="width: 40%;"|
 
 
|-
 
|-
 
|}
 
|}
Line 45: Line 44:
 
|-
 
|-
 
| <code>TNullAuthenticator = class(TAuthenticator)</code>
 
| <code>TNullAuthenticator = class(TAuthenticator)</code>
| style="width: 40%;"|
 
 
|-
 
|-
 
|}
 
|}

Revision as of 01:00, 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