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

    Interface MfaApiErrorResponse

    Interface for Auth0 MFA API error responses. All MFA errors from Auth0 follow this shape (snake_case).

    interface MfaApiErrorResponse {
        error: string;
        error_description: string;
        message?: string;
    }
    Index

    Properties

    error: string
    error_description: string
    message?: string