Package io.jans.as.model.session
Class EndSessionRequestParam
java.lang.Object
io.jans.as.model.session.EndSessionRequestParam
- Version:
- August 9, 2017
- Author:
- Javier Rojas Blum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Previously issued ID Token passed to the logout endpoint as a hint about the End-User's current authenticated session with the Client.static final String
URL to which the RP is requesting that the End-User's User-Agent be redirected after a logout has been performed.static final String
static final String
Opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter. -
Method Summary
-
Field Details
-
ID_TOKEN_HINT
Previously issued ID Token passed to the logout endpoint as a hint about the End-User's current authenticated session with the Client.- See Also:
-
POST_LOGOUT_REDIRECT_URI
URL to which the RP is requesting that the End-User's User-Agent be redirected after a logout has been performed.- See Also:
-
STATE
Opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter. If included in the logout request, the OP passes this value back to the RP using the state query parameter when redirecting the User Agent back to the RP.- See Also:
-
SID
- See Also:
-