Class OAuth2AccessToken.TokenType
java.lang.Object
org.springframework.security.oauth2.core.OAuth2AccessToken.TokenType
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OAuth2AccessToken
Access Token Types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OAuth2AccessToken.TokenType
static final OAuth2AccessToken.TokenType
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BEARER
-
DPOP
- Since:
- 6.5
-
-
Constructor Details
-
TokenType
Constructs aTokenType
using the provided value.- Parameters:
value
- the value of the token type- Since:
- 6.5
-
-
Method Details