@auth0/auth0-react
    Preparing search index...

    Type Alias AppState

    The state of the application before the user was redirected to the login page and any account that the user may have connected to.

    type AppState = {
        connectedAccount?: ConnectedAccount;
        response_type?: ResponseType;
        returnTo?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    connectedAccount?: ConnectedAccount
    response_type?: ResponseType
    returnTo?: string