@auth0/nextjs-auth0 - v4.14.0
    Preparing search index...

    Interface StartInteractiveLoginOptions

    interface StartInteractiveLoginOptions {
        authorizationParameters?: AuthorizationParameters;
        returnTo?: string;
    }
    Index

    Properties

    authorizationParameters?: AuthorizationParameters

    Authorization parameters to be passed to the authorization server.

    returnTo?: string

    The URL to redirect to after a successful login.