AuthTyp Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
The mechanism used to authenticate the user.
Syntax
public enum AuthTyp : System.Enum Public Enum AuthTyp
Inherits System.EnumMembers
| Member | Description |
|---|---|
| ActiveDir | Active Directory handles the authentication. |
| Autodesk | The Autodesk account handles the authentication. |
| Vault | The ADMS framework handles the authentication. |
Returned By
Where you get a AuthTyp — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.AuthTyp