AutodeskAuthService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains methods for logging into and out of vaults using AutodeskID credentials.
Syntax
public sealed class AutodeskAuthService : AutodeskAuthServiceBase, IWebService Public NotInheritable Class AutodeskAuthService
Inherits AutodeskAuthServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| SignIn | Authenticates to a specific Knowledge Vault via AutodeskID token. |
| SignIn2 | Authenticates via AutodeskID credentials to ADMS but not to a specific Knowledge Vault. |
| SignInGetLicense | Authenticates to the server by getting license server-side. |
| SignInReadOnly | Authenticates to a specific Vault with read only permissions via AutodeskID authentication. |
| SignInWithLicense | Authenticates to a specific Knowledge Vault via AutodeskID token that will be used for licensing also. |
Returned By
Where you get a AutodeskAuthService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.AutodeskAuthServiceBase
- Autodesk.Connectivity.WebServices.AutodeskAuthService