Sha256: 96b30ba1eeaec13066025641858a3e47f6d2d230f4f407563b321c6b1c54eee7

Contents?: true

Size: 465 Bytes

Versions: 90

Compression:

Stored size: 465 Bytes

Contents

# OryClient::ErrorBrowserLocationChangeRequired

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | [**ErrorGeneric**](ErrorGeneric.md) |  | [optional] |
| **redirect_browser_to** | **String** | Points to where to redirect the user to next. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::ErrorBrowserLocationChangeRequired.new(
  error: null,
  redirect_browser_to: null
)
```

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.16.1 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.16.0 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.17 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.16 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.15 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.14 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.13 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.12 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.10 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.7 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.6 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.5 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.4 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.3 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.15.0 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.14.5 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.14.4 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.14.3 docs/ErrorBrowserLocationChangeRequired.md
ory-client-1.14.2 docs/ErrorBrowserLocationChangeRequired.md