Ory.Model.RecoveryFlow (ory_client v1.1.39-alpha.0)

This request is used when an identity wants to recover their account. We recommend reading the Account Recovery Documentation

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.RecoveryFlow{
  active: String.t() | nil,
  expires_at: DateTime.t(),
  id: String.t(),
  issued_at: DateTime.t(),
  request_url: String.t(),
  return_to: String.t() | nil,
  state: Ory.Model.RecoveryFlowState.t(),
  type: String.t(),
  ui: Ory.Model.UiContainer.t()
}