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

    Interface PasskeyApiErrorResponse

    Shape of an error response from the Auth0 Passkey API.

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

    Properties

    error: string
    error_description: string
    message?: string