Enumeration GrantType

Type of grant used in token request

Enumeration Members

AuthorizationCode: "authorization_code"
ClientCredentials: "client_credentials"
DeviceCode: "urn:ietf:params:oauth:grant-type:device_code"
Implicit: "implicit"
Internal: "internal"
Password: "password"
RefreshToken: "refresh_token"