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