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

    Interface AuthGuardOptions

    The options used when creating an AuthGuard.

    interface AuthGuardOptions {
        app?: App<any>;
        redirectLoginOptions?: RedirectLoginOptions<any>;
    }
    Index

    Properties

    app?: App<any>

    The vue application

    redirectLoginOptions?: RedirectLoginOptions<any>

    Route specific options to use when being redirected to Auth0. If appState is provided, it will be merged with the guard's automatic target property. Any target provided in appState will take precedence over the guard's default target.