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

Copy Markdown View Source

EnrollUserAuthenticationFactor model.

Summary

Types

t()

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