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

    Interface PasswordlessApiErrorResponse

    Shape of an error response from the Auth0 Passwordless API.

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

    Properties

    error: string
    error_description: string
    message?: string