Appwrite. Types. MfaType
(appwrite v1.0.0)
View Source
Represents an MFA type with its TOTP secret and provisioning URI.
Fields
secret(String.t()): Secret token used to configure the TOTP factor.uri(String.t()):otpauth://URI for importing into authenticator apps.