Sha256: 22deec2bb2ed7644f60f4dd62bc653aa233787d42baa049f5bb478b0df284f23

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

# OryKratosClient::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-kratos-client'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/ErrorBrowserLocationChangeRequired.md
ory-kratos-client-1.1.0 docs/ErrorBrowserLocationChangeRequired.md
ory-kratos-client-1.0.0 docs/ErrorBrowserLocationChangeRequired.md
ory-kratos-client-0.13.1 docs/ErrorBrowserLocationChangeRequired.md