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

Copy Markdown View Source

UserAuthenticationFactorEnrollResponse model.

Summary

Types

t()

@type t() :: %WorkOS.UserAuthenticationFactorEnrollResponse{
  authentication_challenge: WorkOS.AuthenticationChallenge.t(),
  authentication_factor: WorkOS.AuthenticationFactorEnrolled.t()
}