Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/account.ts>Account#updateMfaAuthenticator

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Account.prototype.updateMfaAuthenticator
import { Account } from "https://deno.land/x/appwrite@11.0.0/src/services/account.ts";

Verify Authenticator

Verify an authenticator app after adding it using the add authenticator method. add

Type Parameters

Preferences extends Models.Preferences

Returns

Promise<Models.User<Preferences>>