Class OAuth2TokenIntrospectionClaimNames
java.lang.Object
org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimNames
The names of the "Introspection Claims" defined by an
Introspection
Response.
- Since:
- 5.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringactive- Indicator whether or not the token is currently activestatic final Stringaud- The intended audience for the tokenstatic final Stringclient_id- The Client identifier for the tokenstatic final Stringexp- A timestamp indicating when the token expiresstatic final Stringiat- A timestamp indicating when the token was issuedstatic final Stringiss- The issuer of the tokenstatic final Stringjti- The identifier for the tokenstatic final Stringnbf- A timestamp indicating when the token is not to be used beforestatic final Stringscope- The scopes for the tokenstatic final Stringsub- Usually a machine-readable identifier of the resource owner who authorized the tokenstatic final Stringtoken_type- The type of the token, for examplebearer.static final Stringusername- A human-readable identifier for the resource owner that authorized the token -
Method Summary
-
Field Details
-
ACTIVE
active- Indicator whether or not the token is currently active- See Also:
-
USERNAME
username- A human-readable identifier for the resource owner that authorized the token- See Also:
-
CLIENT_ID
client_id- The Client identifier for the token- See Also:
-
SCOPE
scope- The scopes for the token- See Also:
-
TOKEN_TYPE
token_type- The type of the token, for examplebearer.- See Also:
-
EXP
exp- A timestamp indicating when the token expires- See Also:
-
IAT
iat- A timestamp indicating when the token was issued- See Also:
-
NBF
nbf- A timestamp indicating when the token is not to be used before- See Also:
-
SUB
sub- Usually a machine-readable identifier of the resource owner who authorized the token- See Also:
-
AUD
aud- The intended audience for the token- See Also:
-
ISS
iss- The issuer of the token- See Also:
-
JTI
jti- The identifier for the token- See Also:
-