Interface AuthGuardOptions

The options used when creating an AuthGuard.

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

Properties

app?: App<any>

The vue application

redirectLoginOptions?: RedirectLoginOptions<any>

Route specific options to use when being redirected to Auth0