struct

KemalIdentity::OIDC::AuthorizationRequest

Inherits Struct < Value < Object

Where to send the browser, and what to remember while it is gone.

Constructors

new(url : String, pending : Pending)
Source

Instance methods

inspect(io : IO) : Nil

The URL carries no secret — only the hash of the PKCE verifier — but pending does.

Source
pending
Source
to_s(io : IO) : Nil

The URL carries no secret — only the hash of the PKCE verifier — but pending does.

Source