Method: OryClient::LoginFlow#request_url

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

#request_urlObject

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.



45
46
47
# File 'lib/ory-client/models/login_flow.rb', line 45

def request_url
  @request_url
end