Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/mod.ts>Users#createMfaRecoveryCodes

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

Create MFA Recovery Codes

Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in createMfaChallenge method by client SDK.

Parameters

userId: string