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

    Interface AppState

    Angular specific state to be stored before redirect

    interface AppState {
        target?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Any custom parameter to be stored in appState

    Index

    Properties

    Properties

    target?: string

    Target path the app gets routed to after handling the callback from Auth0 (defaults to '/')