SignInWithLicense Method
Authenticates to a specific Knowledge Vault via AutodeskID token that will be used for licensing only.
Required Permissions
AllowsAnonymousSyntax
public override Session SignInWithLicense(
System.string autodeskIdToken,
System.string userName,
System.string userPassword,
System.string knowledgeVault,
System.string oldSessionId
)Public Overrides NotOverridable Function SignInWithLicense( _
ByVal autodeskIdToken As System.String, _
ByVal userName As System.String, _
ByVal userPassword As System.String, _
ByVal knowledgeVault As System.String, _
Optional ByVal oldSessionId As System.String _
) As SessionParameters
| Name | Description |
|---|---|
| autodeskIdToken | The Access token can be taken from IAutodeskAccount.GetAccessToken(). |
| userName | The user Vault account name. |
| userPassword | The user Vault account password. |
| knowledgeVault | The knowledge vault to sign in to. |
| oldSessionId | Current session Id (can be null). |
Return Value
Returns Session object.