Ory.Model.UpdateVerificationFlowWithCodeMethodBody (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.UpdateVerificationFlowWithCodeMethodBody{
  code: String.t() | nil,
  csrf_token: String.t() | nil,
  email: String.t() | nil,
  flow: String.t() | nil,
  method: String.t() | nil
}