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

    Interface ConnectAccountOptions

    Options to initiate a connect account flow using the My Account API.

    interface ConnectAccountOptions {
        authorizationParams?: AuthorizationParameters;
        connection: string;
        returnTo?: string;
    }
    Index

    Properties

    authorizationParams?: AuthorizationParameters

    Authorization parameters to be passed to the authorization server.

    connection: string

    The name of the connection to link the account with (e.g., 'google-oauth2', 'facebook').

    returnTo?: string

    The URL to redirect to after successfully connecting the account.