Class ConfigurationSettingNames.Token

java.lang.Object
org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
Enclosing class:
ConfigurationSettingNames

public static final class ConfigurationSettingNames.Token extends Object
The names for token configuration settings.
  • Field Details

    • AUTHORIZATION_CODE_TIME_TO_LIVE

      public static final String AUTHORIZATION_CODE_TIME_TO_LIVE
      Set the time-to-live for an authorization code.
      Since:
      0.4.0
    • ACCESS_TOKEN_TIME_TO_LIVE

      public static final String ACCESS_TOKEN_TIME_TO_LIVE
      Set the time-to-live for an access token.
    • ACCESS_TOKEN_FORMAT

      public static final String ACCESS_TOKEN_FORMAT
      Set the token format for an access token.
      Since:
      0.2.3
    • DEVICE_CODE_TIME_TO_LIVE

      public static final String DEVICE_CODE_TIME_TO_LIVE
      Set the time-to-live for a device code.
      Since:
      1.1
    • REUSE_REFRESH_TOKENS

      public static final 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.
    • REFRESH_TOKEN_TIME_TO_LIVE

      public static final String REFRESH_TOKEN_TIME_TO_LIVE
      Set the time-to-live for a refresh token.
    • ID_TOKEN_SIGNATURE_ALGORITHM

      public static final String ID_TOKEN_SIGNATURE_ALGORITHM
      Set the JWS algorithm for signing the ID Token.