EnrollUserAuthenticationFactor model.
@type t() :: %WorkOS.EnrollUserAuthenticationFactor{ totp_issuer: String.t() | nil, totp_secret: String.t() | nil, totp_user: String.t() | nil, type: String.t() }