Difference between revisions of "Unit Authentication"
From Ultibo.org
Line 39: | Line 39: | ||
|- | |- | ||
| [[TAuthenticator|<code>TAuthenticator = class(TObject)</code>]] | | [[TAuthenticator|<code>TAuthenticator = class(TObject)</code>]] | ||
− | |||
|- | |- | ||
|} | |} | ||
Line 45: | Line 44: | ||
|- | |- | ||
| <code>TNullAuthenticator = class(TAuthenticator)</code> | | <code>TNullAuthenticator = class(TAuthenticator)</code> | ||
− | |||
|- | |- | ||
|} | |} |
Revision as of 01:00, 27 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