Class IAuth
Unit
Declaration
type IAuth = class(IPluginBase)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- IReferenceCounted
- IPluginBase
- IAuth
Overview
Fields
| Public | nested const VERSION = 4; |
| Public | nested const AUTH_FAILED = Integer(-1); |
| Public | nested const AUTH_SUCCESS = Integer(0); |
| Public | nested const AUTH_MORE_DATA = Integer(1); |
| Public | nested const AUTH_CONTINUE = Integer(2); |
Description
Fields
| Public | nested const VERSION = 4; |
|
This item has no description. | |
| Public | nested const AUTH_FAILED = Integer(-1); |
|
This item has no description. | |
| Public | nested const AUTH_SUCCESS = Integer(0); |
|
This item has no description. | |
| Public | nested const AUTH_MORE_DATA = Integer(1); |
|
This item has no description. | |
| Public | nested const AUTH_CONTINUE = Integer(2); |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.