@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
24 lines (16 loc) • 794 B
Markdown
# ContinueWithSettingsUi
Indicates, that the UI flow could be continued by showing a settings ui
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **string** | Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString | [default to undefined]
**flow** | [**ContinueWithSettingsUiFlow**](ContinueWithSettingsUiFlow.md) | | [default to undefined]
## Example
```typescript
import { ContinueWithSettingsUi } from '@ory/kratos-client';
const instance: ContinueWithSettingsUi = {
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)