Sha256: 122940d2e3ebead20a0bdf97f9eccfeb6b1d02acf24f318dd4233119e829dd70
Contents?: true
Size: 387 Bytes
Versions: 15
Compression:
Stored size: 387 Bytes
Contents
# OryClient::HandledOAuth2ConsentRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **redirect_to** | **String** | Original request URL to which you should redirect the user if request was already handled. | | ## Example ```ruby require 'ory-client' instance = OryClient::HandledOAuth2ConsentRequest.new( redirect_to: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems