Ory.Model.UpdateRecoveryFlowBody (ory_client v1.21.1)
Update Recovery Flow Request Body
Summary
Types
@type t() :: %Ory.Model.UpdateRecoveryFlowBody{ code: String.t() | nil, csrf_token: String.t() | nil, email: String.t(), 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 }