Class SigninState

Hierarchy (view full)

Properties

authority: string
client_id: string
client_secret: undefined | string
code_challenge: undefined | string

Used to secure authorization code grants via Proof Key for Code Exchange (PKCE).

code_verifier: undefined | string

The same code_verifier that was used to obtain the authorization_code via PKCE.

created: number
data?: unknown

custom "state", which can be used by a caller to have "data" round tripped

extraTokenParams: undefined | Record<string, unknown>
id: string
redirect_uri: string
request_type: undefined | string
response_mode: undefined | "query" | "fragment"
scope: string
skipUserInfo: undefined | boolean
url_state: undefined | string

Methods

Generated using TypeDoc