Skip to main content
Module

x/appwrite/mod.ts>Account#getMfaRecoveryCodes

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

Get MFA Recovery Codes

Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using createMfaRecoveryCodes method. An OTP challenge is required to read recovery codes.