The GrantType type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | AuthorizationCode |
Using an authorization code to confirm the identity (grant type is authorization_code).
|
![]() ![]() | ClientCredentials |
Using basic authorization with username and password (grant type is client_credentials).
|
![]() ![]() | Password |
Using username and password (grant type is password).
|
![]() ![]() | RefreshToken |
Using a token to refreshing the access token (grant type is refresh_token).
|
See Also