Sha256: 64900d17e49de3a8381c27f7dee2c9f84f5420c361033b6d5554dec0dac8919d

Contents?: true

Size: 473 Bytes

Versions: 1

Compression:

Stored size: 473 Bytes

Contents

# OryClient::SelfServiceBrowserLocationChangeRequiredError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | [**GenericError**](GenericError.md) |  | [optional] |
| **redirect_browser_to** | **String** | Since when the flow has expired | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha21 docs/SelfServiceBrowserLocationChangeRequiredError.md