Class EndSessionRequest

java.lang.Object
com.inrupt.client.openid.EndSessionRequest

public final class EndSessionRequest extends Object
A class for initiating a session termination flow with an OpenID Provider.
  • Method Details

    • getClientId

      public String getClientId()
      Return the client_id value.
      Returns:
      the client_id, may be null
    • getPostLogoutRedirectUri

      public URI getPostLogoutRedirectUri()
      Return the post_logout_redirect_uri value.
      Returns:
      the post_logout_redirect_uri value, may be null
    • getState

      public String getState()
      Return the state value.
      Returns:
      the state, may be null
    • getIdTokenHint

      public String getIdTokenHint()
      Return the id_token_hint value.
      Returns:
      the id_token_hint, may be null