Sha256: 6991348c483a01427316067c2d0d937ba643f6d3e34a0b42cb8426a40350543d

Contents?: true

Size: 460 Bytes

Versions: 4

Compression:

Stored size: 460 Bytes

Contents

# OryKratosClient::NeedsPrivilegedSessionError

## Properties

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

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::NeedsPrivilegedSessionError.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/NeedsPrivilegedSessionError.md
ory-kratos-client-1.1.0 docs/NeedsPrivilegedSessionError.md
ory-kratos-client-1.0.0 docs/NeedsPrivilegedSessionError.md
ory-kratos-client-0.13.1 docs/NeedsPrivilegedSessionError.md