AuthInfo Type
A container for authentication step information.
Remarks
AuthInfo objects are used to store current authentication information, such as userid and state.
Fields
AuthLog String |
Contains the authentication log. This can be used for accountability purposes. |
AuthMethod String |
Contains the current authentication method. |
AuthMethodPars String |
Contains the authentication method parameters. These are method-dependent. For example, the dcauth method will have a DC request in this property. |
CompletedMethods String |
Contains a comma-separated list of completed authentication methods. |
LastAuthMessage String |
Contains an uninterpreted authentication message to be displayed to the authenticating user. |
LastAuthResult Integer |
Contains the result of the last authentication token validation. |
RemainingMethods String |
Contains a comma-separated list of authentication methods yet to perform. |
State String |
Contains a state of the overall authentication process. Save the content of this property after calling StartAuth or ContinueAuth to remember the setup of the authenticator control, and pass it to the next ContinueAuth call to resume from the same stage. |
UserID String |
Returns the ID of the user being authenticated, as passed to StartAuth. |
Constructors
constructor Create();
Creates a new AuthInfo object.