Ory.Model.UpdateRecoveryFlowWithCodeMethod (ory_client v1.20.22)

Update Recovery Flow with Code Method

Summary

Types

t()

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

Functions

decode(value)