Class OAuth2AuthorizationServerProperties.Token

java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
Enclosing class:
OAuth2AuthorizationServerProperties

public static class OAuth2AuthorizationServerProperties.Token extends Object
Token settings of the registered client.
  • Constructor Details

    • Token

      public Token()
  • Method Details

    • getAuthorizationCodeTimeToLive

      public Duration getAuthorizationCodeTimeToLive()
    • setAuthorizationCodeTimeToLive

      public void setAuthorizationCodeTimeToLive(Duration authorizationCodeTimeToLive)
    • getAccessTokenTimeToLive

      public Duration getAccessTokenTimeToLive()
    • setAccessTokenTimeToLive

      public void setAccessTokenTimeToLive(Duration accessTokenTimeToLive)
    • getAccessTokenFormat

      public String getAccessTokenFormat()
    • setAccessTokenFormat

      public void setAccessTokenFormat(String accessTokenFormat)
    • getDeviceCodeTimeToLive

      public Duration getDeviceCodeTimeToLive()
    • setDeviceCodeTimeToLive

      public void setDeviceCodeTimeToLive(Duration deviceCodeTimeToLive)
    • isReuseRefreshTokens

      public boolean isReuseRefreshTokens()
    • setReuseRefreshTokens

      public void setReuseRefreshTokens(boolean reuseRefreshTokens)
    • getRefreshTokenTimeToLive

      public Duration getRefreshTokenTimeToLive()
    • setRefreshTokenTimeToLive

      public void setRefreshTokenTimeToLive(Duration refreshTokenTimeToLive)
    • getIdTokenSignatureAlgorithm

      public String getIdTokenSignatureAlgorithm()
    • setIdTokenSignatureAlgorithm

      public void setIdTokenSignatureAlgorithm(String idTokenSignatureAlgorithm)