Class OAuth2AccessToken.TokenType

java.lang.Object
org.springframework.security.oauth2.core.OAuth2AccessToken.TokenType
All Implemented Interfaces:
Serializable
Enclosing class:
OAuth2AccessToken

public static final class OAuth2AccessToken.TokenType extends Object implements Serializable
Access Token Types.
See Also:
  • Field Details

  • Method Details

    • getValue

      public String getValue()
      Returns the value of the token type.
      Returns:
      the value of the token type
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object