View Source WorkOS.MFA.AuthenticationFactor (WorkOS SDK for Elixir v1.1.0)

This response struct is deprecated. Use the User Management Multi-Factor API instead.

Summary

Types

@type t() :: %WorkOS.MFA.AuthenticationFactor{
  created_at: String.t(),
  id: String.t(),
  sms: WorkOS.MFA.SMS.t() | nil,
  totp: WorkOS.MFA.TOTP.t() | nil,
  type: String.t(),
  updated_at: String.t()
}