Sha256: 3d011597d1907363951cb991f2e2658391f6da24562783d96a2a1e3f370cd02f

Contents?: true

Size: 411 Bytes

Versions: 7

Compression:

Stored size: 411 Bytes

Contents

# OryHydraClient::OAuth2RedirectTo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **redirect_to** | **String** | RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed. |  |

## Example

```ruby
require 'ory-hydra-client'

instance = OryHydraClient::OAuth2RedirectTo.new(
  redirect_to: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.1 docs/OAuth2RedirectTo.md
ory-hydra-client-2.2.0 docs/OAuth2RedirectTo.md
ory-hydra-client-2.2.0.rc3 docs/OAuth2RedirectTo.md
ory-hydra-client-2.1.1 docs/OAuth2RedirectTo.md
ory-hydra-client-2.1.0 docs/OAuth2RedirectTo.md
ory-hydra-client-2.0.2 docs/OAuth2RedirectTo.md
ory-hydra-client-2.0.1 docs/OAuth2RedirectTo.md