Autodesk Vault ProfessionalVault API

AutodeskAuthService Class

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

NameDescription
SignInAuthenticates to a specific Knowledge Vault via AutodeskID token.
SignIn2Authenticates via AutodeskID credentials to ADMS but not to a specific Knowledge Vault.
SignInGetLicenseAuthenticates to the server by getting license server-side.
SignInReadOnlyAuthenticates to a specific Vault with read only permissions via AutodeskID authentication.
SignInWithLicenseAuthenticates 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

See Also