@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
24 lines (16 loc) • 794 B
Markdown
# ContinueWithRecoveryUi
Indicates, that the UI flow could be continued by showing a recovery ui
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **string** | Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString | [default to undefined]
**flow** | [**ContinueWithRecoveryUiFlow**](ContinueWithRecoveryUiFlow.md) | | [default to undefined]
## Example
```typescript
import { ContinueWithRecoveryUi } from '@ory/kratos-client';
const instance: ContinueWithRecoveryUi = {
action,
flow,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)