View Source WorkOS.MFA.AuthenticationChallenge (WorkOS SDK for Elixir v1.1.0)

This response struct is deprecated. Use the User Management Multi-Factor API instead.

Summary

Types

@type t() :: %WorkOS.MFA.AuthenticationChallenge{
  authentication_factor_id: String.t(),
  created_at: String.t(),
  expires_at: String.t(),
  id: String.t(),
  updated_at: String.t()
}