RedirectEndSessionFlowContext

data class RedirectEndSessionFlowContext(val url: String, val redirectUrl: String, state: String)

A model representing the context and current state for a redirect end-session flow.

Constructors

Link copied to clipboard
constructor(url: String, redirectUrl: String, state: String)

Properties

Link copied to clipboard

the post-logout redirect URI configured for the client.

Link copied to clipboard
val url: String

the end-session URL to open in a browser.