Interface PasskeyErrorResponse

interface PasskeyErrorResponse {
    error: string;
    error_description: string;
    message?: string;
}

Properties

error: string
error_description: string
message?: string