Skip to main content
Module

x/appwrite/mod.ts>Account#updateMfaChallenge

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.updateMfaChallenge
Re-export
import { Account } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Create MFA Challenge (confirmation)

Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use createMfaChallenge method.

Parameters

challengeId: string
otp: string