public static final class ConfigurationSettingNames.Token
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCESS_TOKEN_FORMAT
Set the
token format for an access token. |
static java.lang.String |
ACCESS_TOKEN_TIME_TO_LIVE
Set the time-to-live for an access token.
|
static java.lang.String |
ID_TOKEN_SIGNATURE_ALGORITHM
Set the
JWS algorithm for signing the ID Token. |
static java.lang.String |
REFRESH_TOKEN_TIME_TO_LIVE
Set the time-to-live for a refresh token.
|
static java.lang.String |
REUSE_REFRESH_TOKENS
Set to
true if refresh tokens are reused when returning the access token response,
or false if a new refresh token is issued. |
public static final java.lang.String ACCESS_TOKEN_TIME_TO_LIVE
public static final java.lang.String ACCESS_TOKEN_FORMAT
token format for an access token.public static final java.lang.String REUSE_REFRESH_TOKENS
true if refresh tokens are reused when returning the access token response,
or false if a new refresh token is issued.public static final java.lang.String REFRESH_TOKEN_TIME_TO_LIVE
public static final java.lang.String ID_TOKEN_SIGNATURE_ALGORITHM
JWS algorithm for signing the ID Token.