RedirectEndSessionFlow

RedirectEndSessionFlow encapsulates the behavior required to logout using an OIDC Browser redirect flow.

Note: OIDC Logout terminology is nuanced, see Logout Documentation for additional details.

Constructors

Link copied to clipboard
constructor()

Initializes an end session redirect flow.

constructor(oidcConfiguration: OidcConfiguration)

Initializes an end session redirect flow using OidcConfiguration.

constructor(client: OAuth2Client)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Context

A model representing the context and current state for a logout flow.

Link copied to clipboard

Functions

Link copied to clipboard

Resumes the logout redirect flow.

Link copied to clipboard

Initiates the logout redirect flow.