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

Represents an MFA type with its secret and URI.

Fields

  • secret (String.t): Secret token used for TOTP factor.
  • uri (String.t): URI for authenticator apps.

Summary

Types

t()

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