Ory.Model.UpdateRecoveryFlowWithCodeMethod (ory_client v1.22.1)

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(),
  recovery_address: String.t() | nil,
  recovery_confirm_address: String.t() | nil,
  recovery_select_address: String.t() | nil,
  screen: String.t() | nil,
  transient_payload: map() | nil
}

Functions

decode(value)