oidc-client-ts
    Preparing search index...

    Class RefreshState

    Fake state store implementation necessary for validating refresh token requests.

    Index

    Constructors

    • Parameters

      • args: {
            id_token?: string;
            profile: IdTokenClaims;
            refresh_token: string;
            scope?: string;
            session_state: null | string;
            state?: unknown;
        }

      Returns RefreshState

    Properties

    data?: unknown

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

    id_token?: string
    profile: IdTokenClaims
    refresh_token: string
    scope?: string
    session_state: null | string