oidc-client-ts
    Preparing search index...

    Class SigninResponse

    Index

    Constructors

    Properties

    access_token: string = ""
    code: null | string
    error: null | string
    error_description: null | string
    error_uri: null | string
    expires_at?: number
    id_token?: string
    profile: IdTokenClaims = ...
    refresh_token?: string
    scope?: string
    session_state: null | string
    state: null | string
    token_type: string = ""
    url_state?: string
    userState: unknown

    custom state data set during the initial signin request

    Accessors