Method: OryClient::OAuth2ConsentRequest#request_url
- Defined in:
- lib/ory-client/models/o_auth2_consent_request.rb
#request_url ⇒ Object
RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but might come in handy if you want to deal with additional request parameters.
39 40 41 |
# File 'lib/ory-client/models/o_auth2_consent_request.rb', line 39 def request_url @request_url end |