Appwrite. Types. MfaFactors
(appwrite v1.0.0)
View Source
Represents the MFA factors available for a user.
Fields
totp(boolean()): Whether TOTP (authenticator app) is available.phone(boolean()): Whether phone (SMS) is available.email(boolean()): Whether email OTP is available.recovery_code(boolean()): Whether recovery codes are available.