Autodesk Vault ProfessionalVault API

AuthService Class

Autodesk.Connectivity.WebServicesAutodesk.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

NameDescription
ChangeVaultAccountPassword
GetSessionReturns Session object by sessionId.
SignInAuthenticates to a specific Vault via username and password.
SignIn2Authenticates to the server but not to a specific Vault database.
SignInGetLicenseAuthenticates to the server by getting license server-side.
SignInReadOnlyAuthenticates to a specific Vault with read only permissions.
SignInWithLicenseAuthenticates to a specific Knowledge Vault via AutodeskID token that will be used for licensing only.
SignOutClears out the authentication information.

Returned By

Where you get a AuthService — members that return one.

Inheritance Hierarchy

See Also