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
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder class forEndSessionRequestobjects. - 
Method Summary
Modifier and TypeMethodDescriptionReturn theclient_idvalue.Return theid_token_hintvalue.Return thepost_logout_redirect_urivalue.getState()Return thestatevalue. 
- 
Method Details
- 
getClientId
Return theclient_idvalue.- Returns:
 - the 
client_id, may benull 
 - 
getPostLogoutRedirectUri
Return thepost_logout_redirect_urivalue.- Returns:
 - the 
post_logout_redirect_urivalue, may benull 
 - 
getState
Return thestatevalue.- Returns:
 - the 
state, may benull 
 - 
getIdTokenHint
Return theid_token_hintvalue.- Returns:
 - the 
id_token_hint, may benull 
 
 -