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

    Type Alias OnCallbackContext

    type OnCallbackContext = {
        connectedAccount?: CompleteConnectAccountResponse;
        responseType?: RESPONSE_TYPES;
        returnTo?: string;
    }
    Index

    Properties

    connectedAccount?: CompleteConnectAccountResponse

    The connected account information when the responseType is RESPONSE_TYPES.CONNECT_CODE

    responseType?: RESPONSE_TYPES

    The type of response expected from the authorization server. One of RESPONSE_TYPES

    returnTo?: string

    The URL or path the user should be redirected to after completing the transaction.