Difference between revisions of "Unit Authentication"
From Ultibo.org
Line 38: | Line 38: | ||
{| 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>TAuthenticator = class(TObject) | + | | [[Unit_Reference|<code>TAuthenticator = class(TObject)</code>]] |
| style="width: 40%;"| | | style="width: 40%;"| | ||
|- | |- |
Revision as of 04:40, 26 April 2018
Return to Unit Reference
Contents
[hide]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
Return to Unit Reference