Ory.Model.UpdateRecoveryFlowWithCodeMethod (ory_client v1.1.23)

Update Recovery Flow with Code Method

Link to this section Summary

Link to this section Types

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