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.



41
42
43
# File 'lib/ory-client/models/login_flow.rb', line 41

def request_url
  @request_url
end