Ory.Model.SettingsFlow (ory_client v1.1.22)

This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner. We recommend reading the User Settings Documentation

Link to this section Summary

Link to this section Types

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