Type alias AuthMFAEnrollWebauthnResponse

AuthMFAEnrollWebauthnResponse: RequestResult<Prettify<AuthMFAEnrollResponseBase<"webauthn"> & AuthMFAEnrollWebauthnFields>>

Response type for WebAuthn factor enrollment. Returns the enrolled factor ID and metadata.

See

W3C WebAuthn Spec - Registering a New Credential

Generated using TypeDoc