public final class GrantTypeValues
extends java.lang.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 java.lang.String |
AUTHORIZATION_CODE
The grant type used for exchanging an authorization code for one or more tokens.
|
static java.lang.String |
IMPLICIT
The grant type used when obtaining an access token.
|
static java.lang.String |
REFRESH_TOKEN
The grant type used when exchanging a refresh token for a new token.
|
public static final java.lang.String AUTHORIZATION_CODE
The grant type used for exchanging an authorization code for one or more tokens.
public static final java.lang.String IMPLICIT
The grant type used when obtaining an access token.
public static final java.lang.String REFRESH_TOKEN
The grant type used when exchanging a refresh token for a new token.