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

x/appwrite/src/services/users.ts>Users#listMfaFactors

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Users.prototype.listMfaFactors
import { Users } from "https://deno.land/x/appwrite@10.0.0/src/services/users.ts";

List Factors

List the factors available on the account to be used as a MFA challange.

Parameters

userId: string

Returns

Promise<Models.MfaFactors>