AuthenticationFactorsCreateRequest model.
Summary
Types
@type t() :: %WorkOS.AuthenticationFactorsCreateRequest{ phone_number: String.t() | nil, totp_issuer: String.t() | nil, totp_user: String.t() | nil, type: WorkOS.AuthenticationFactorsCreateRequestType.t(), user_id: String.t() | nil }