LoginStates Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections
The various states of the Log In workflow. This states are used to report the progress of a Log In.
Syntax
public enum LoginStates : System.Enum Public Enum LoginStates
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Authenticating | The Log In workflow is authenticating the credentials with the server. |
| Sucessful | The Log In workflow has established a connection, and event notifications are about to be sent out. |
| TestServerCompatibility | The Log In workflow is testing the compatibility of the server. |
| Validating | The Log In workflow is validating the passed in credentials. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.LoginStates