View Source Appwrite.Types.MfaType (appwrite v0.2.1)

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.

Summary

Types

t()

@type t() :: %Appwrite.Types.MfaType{secret: String.t(), uri: String.t()}