Ory.Model.UpdateVerificationFlowBody (ory_client v1.1.23)

Update Verification Flow Request Body

Link to this section Summary

Link to this section Types

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