Interface LogoutOpts

Options for logging user out.

Hierarchy

  • LogoutOpts

Properties

audience?: string[]

The audience that were requested when authenticated.

id_token_hint?: string
post_logout_redirect_uri?: string

The URL which the authorization provider will redirect the browser after a successful logout.

Please make sure to whitelist this URL in the authorization provider.

scope?: string

The scopes that were requested when authenticated.

state?: any

state can be used by the application to preserve some state.