Package com.inrupt.client.openid
Class EndSessionRequest
java.lang.Object
com.inrupt.client.openid.EndSessionRequest
A class for initiating a session termination flow with an OpenID Provider.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A builder class forEndSessionRequest
objects. -
Method Summary
Modifier and TypeMethodDescriptionReturn theclient_id
value.Return theid_token_hint
value.Return thepost_logout_redirect_uri
value.getState()
Return thestate
value.
-
Method Details
-
getClientId
Return theclient_id
value.- Returns:
- the
client_id
, may benull
-
getPostLogoutRedirectUri
Return thepost_logout_redirect_uri
value.- Returns:
- the
post_logout_redirect_uri
value, may benull
-
getState
Return thestate
value.- Returns:
- the
state
, may benull
-
getIdTokenHint
Return theid_token_hint
value.- Returns:
- the
id_token_hint
, may benull
-