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

    Interface StartInteractiveLoginOptions

    interface StartInteractiveLoginOptions {
        authorizationParameters?: AuthorizationParameters;
        challengeMode?: "redirect" | "popup";
        returnTo?: string;
    }
    Index

    Properties

    authorizationParameters?: AuthorizationParameters

    Authorization parameters to be passed to the authorization server.

    challengeMode?: "redirect" | "popup"

    Control callback return behavior.

    • 'redirect' (default): Standard OAuth redirect to returnTo
    • 'popup': Return HTML with postMessage for popup flows
    returnTo?: string

    The URL to redirect to after a successful login.