Ory.Model.SettingsFlow (ory_client v1.6.2)
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
Summary
Types
@type t() :: %Ory.Model.SettingsFlow{ active: String.t() | nil, continue_with: [Ory.Model.ContinueWith.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: any() | nil, type: String.t(), ui: Ory.Model.UiContainer.t() }
Functions
Link to this function