@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
28 lines (20 loc) • 1.37 kB
Markdown
Update Verification Flow with Link Method
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csrf_token** | **string** | Sending the anti-csrf token is only required for browser login flows. | [optional] [default to undefined]
**email** | **string** | Email to Verify Needs to be set when initiating the flow. If the email is a registered verification email, a verification link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email | [default to undefined]
**method** | **string** | Method is the method that should be used for this verification flow Allowed values are &
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
```typescript
import { UpdateVerificationFlowWithLinkMethod } from '@ory/kratos-client';
const instance: UpdateVerificationFlowWithLinkMethod = {
csrf_token,
email,
method,
transient_payload,
};
```
[[Back to Model list]](../README.md