oidc-client-ts
    Preparing search index...

    Class State

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • args: {
            created?: number;
            data?: unknown;
            id?: string;
            request_type?: string;
            url_state?: string;
        }

      Returns State

    Properties

    created: number
    data?: unknown

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

    id: string
    request_type: undefined | string
    url_state: undefined | string

    Methods

    • Parameters

      • storageString: string

      Returns Promise<State>