oidc-client-ts
    Preparing search index...

    Class SigninState

    Hierarchy (View Summary)

    Index

    Properties

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

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

    code_verifier: string | undefined

    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: Record<string, unknown> | undefined
    id: string
    redirect_uri: string
    request_type: string | undefined
    response_mode: "query" | "fragment" | undefined
    scope: string
    skipUserInfo: boolean | undefined
    url_state: string | undefined

    Methods