Autodesk Vault ProfessionalVault API

SignInWithLicense Method

Autodesk.Connectivity.WebServicesWinAuthService

Authenticates to a specific Knowledge Vault via AutodeskID token that will be used for licensing only.

Required Permissions

AllowsAnonymous

Syntax

public override Session SignInWithLicense(
   System.string autodeskIdToken,
   System.string knowledgeVault,
   System.string oldSessionId
)
Public Overrides NotOverridable Function SignInWithLicense( _
   ByVal autodeskIdToken As System.String, _
   ByVal knowledgeVault As System.String, _
   Optional ByVal oldSessionId As System.String _
) As Session

Parameters

NameDescription
autodeskIdTokenThe Access token can be taken from IAutodeskAccount.GetAccessToken().
knowledgeVaultThe knowledge vault to sign in to.
oldSessionIdCurrent session Id (can be null).

Return Value

Returns Session object.

See Also