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

Copy Markdown View Source

RadarChallenge model.

Summary

Types

t()

@type t() :: %WorkOS.RadarChallenge{
  code: String.t(),
  created_at: String.t(),
  email: String.t(),
  expires_at: String.t(),
  id: String.t(),
  object: String.t(),
  type: String.t(),
  updated_at: String.t(),
  user_id: String.t()
}