Method: OryClient::SettingsFlow#id

Defined in:
lib/ory-client/models/settings_flow.rb

#idObject

ID represents the flow’s unique ID. When performing the settings flow, this represents the id in the settings ui’s query parameter: http://<selfservice.flows.settings.ui_url>?flow=<id>



26
27
28
# File 'lib/ory-client/models/settings_flow.rb', line 26

def id
  @id
end