WorkOS.AuthenticationFactor (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

AuthenticationFactor model.

Summary

Types

t()

@type t() :: %WorkOS.AuthenticationFactor{
  created_at: String.t(),
  id: String.t(),
  object: String.t(),
  sms: WorkOS.AuthenticationFactorSms.t() | nil,
  totp: WorkOS.AuthenticationFactorTotp.t() | nil,
  type: WorkOS.AuthenticationFactorType.t(),
  updated_at: String.t(),
  user_id: String.t() | nil
}