UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

23 lines (15 loc) 719 B
# ErrorBrowserLocationChangeRequired ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | [**ErrorGeneric**](ErrorGeneric.md) | | [optional] [default to undefined] **redirect_browser_to** | **string** | Points to where to redirect the user to next. | [optional] [default to undefined] ## Example ```typescript import { ErrorBrowserLocationChangeRequired } from '@ory/kratos-client'; const instance: ErrorBrowserLocationChangeRequired = { error, redirect_browser_to, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)