Type alias MFAVerifyWebauthnParams<T>

MFAVerifyWebauthnParams<T>: Prettify<MFAVerifyParamsBase & MFAVerifyWebauthnParamFields<T>>

Parameters for WebAuthn MFA verification. Used to verify WebAuthn credentials after challenge.

See

W3C WebAuthn Spec - Verifying an Authentication Assertion

Type Parameters

  • T extends "create" | "request" = "create" | "request"

    Type of WebAuthn operation: 'create' for registration, 'request' for authentication

Generated using TypeDoc