AuthService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A service for authenticating to the Vault server.
Syntax
public sealed class AuthService : AuthServiceBase, IWebService Public NotInheritable Class AuthService
Inherits AuthServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| ChangeVaultAccountPassword | |
| GetSession | Returns Session object by sessionId. |
| SignIn | Authenticates to a specific Vault via username and password. |
| SignIn2 | Authenticates to the server but not to a specific Vault database. |
| SignInGetLicense | Authenticates to the server by getting license server-side. |
| SignInReadOnly | Authenticates to a specific Vault with read only permissions. |
| SignInWithLicense | Authenticates to a specific Knowledge Vault via AutodeskID token that will be used for licensing only. |
| SignOut | Clears out the authentication information. |
Returned By
Where you get a AuthService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.AuthServiceBase
- Autodesk.Connectivity.WebServices.AuthService