Method: OryClient::SettingsFlow#request_url
- Defined in:
- lib/ory-client/models/settings_flow.rb
#request_url ⇒ Object
RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL’s path or query for example.
34 35 36 |
# File 'lib/ory-client/models/settings_flow.rb', line 34 def request_url @request_url end |