public final class GrantTypeValues extends Object
The grant type values defined by the OAuth2 spec, and
used in authorization and
dynamic client registration requests.
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION_CODE
The grant type used for exchanging an authorization code for one or more tokens.
|
static String |
IMPLICIT
The grant type used when obtaining an access token.
|
static String |
REFRESH_TOKEN
The grant type used when exchanging a refresh token for a new token.
|
public static final String AUTHORIZATION_CODE
The grant type used for exchanging an authorization code for one or more tokens.
public static final String IMPLICIT
The grant type used when obtaining an access token.
public static final String REFRESH_TOKEN
The grant type used when exchanging a refresh token for a new token.