# 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 &#x60;show_verification_ui&#x60; 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)
