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