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

Version Path
ory-client-0.2.0.alpha60 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha28 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha27 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha26 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha25 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha24 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha23 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha22 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha21 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha20 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha19 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha18 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha16 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha15 docs/HandledOAuth2ConsentRequest.md
ory-client-0.2.0.alpha14 docs/HandledOAuth2ConsentRequest.md