AuthorizationCodeFlowContext

data class AuthorizationCodeFlowContext(val url: String, val redirectUrl: String, codeVerifier: String, state: String, nonce: String, maxAge: Int?)

A model representing the context and current state for an authorization code session.

Constructors

Link copied to clipboard
constructor(url: String, redirectUrl: String, codeVerifier: String, state: String, nonce: String, maxAge: Int?)

Properties

Link copied to clipboard

the redirect URL configured for the client.

Link copied to clipboard
val url: String

the authorization URL to open in a browser.