AuthenticationFactor model.
Summary
Types
@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 }