AuthGrantType enumeration
The user authentication type Enum
public enum AuthGrantType
Values
name | value | description |
---|---|---|
None | 0 |
Authentication will be done by user. User might already have a token. |
AuthorizationCode | 1 |
Authentication using a Client ID, Secret, and Callback URL. |
PKCE | 2 |
Authentication using a Client ID only. |
See Also
- namespace Autodesk.DataExchange.Core.Enums