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
| Property | Type | Required | Description |
|---|---|---|---|
| verification | AuthenticationJSON | Yes | - |
| challenge | string | Yes | - |