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

    Type Alias AppState

    The state of the application before the user was redirected to the login page.

    type AppState = {
        returnTo?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    returnTo?: string