UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

23 lines (15 loc) 762 B
# ContinueWithRecoveryUiFlow ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | The ID of the recovery flow | [default to undefined] **url** | **string** | The URL of the recovery flow If this value is set, redirect the user\'s browser to this URL. This value is typically unset for native clients / API flows. | [optional] [default to undefined] ## Example ```typescript import { ContinueWithRecoveryUiFlow } from '@ory/kratos-client'; const instance: ContinueWithRecoveryUiFlow = { id, url, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)