Sha256: 18fe91e0805ab1e7279c91dbc4437bcd87b6a204cb55e25f8ca1c0729a19d90b
Contents?: true
Size: 441 Bytes
Versions: 90
Compression:
Stored size: 441 Bytes
Contents
# OryClient::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-client' instance = OryClient::NeedsPrivilegedSessionError.new( error: null, redirect_browser_to: null ) ```
Version data entries
90 entries across 90 versions & 1 rubygems