Skip to main content

WebauthnVerificationRequest

Source: lyda-shared/src/Models/WebauthnVerificationRequest.ts

Dependencies

import {AuthenticationJSON} from "@passwordless-id/webauthn/dist/esm/types";

WebauthnVerificationRequest

Type: interface

export interface WebauthnVerificationRequest {
verification: AuthenticationJSON;
challenge: string;
}

Properties

PropertyTypeRequiredDescription
verificationA​u​t​h​e​n​t​i​c​a​t​i​o​n​J​S​O​NYes-
challengestringYes-