Class LogoutTokenClaimNames
java.lang.Object
org.springframework.security.oauth2.client.oidc.authentication.logout.LogoutTokenClaimNames
The names of the "claims" defined by the OpenID Back-Channel Logout 1.0
specification that can be returned in a Logout Token.
- Since:
- 6.2
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringaud- the Audience(s) that the ID Token is intended forstatic final Stringevents- a JSON object that identifies this token as a logout tokenstatic final Stringiat- the time at which the ID Token was issuedstatic final Stringiss- the Issuer identifierstatic final Stringjti- the JTI identifierstatic final Stringsid- the session id for the OIDC providerstatic final Stringsub- the Subject identifier -
Method Summary
-
Field Details
-
JTI
-
ISS
-
SUB
-
AUD
-
IAT
-
EVENTS
events- a JSON object that identifies this token as a logout token- See Also:
-
SID
-