UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

28 lines (20 loc) 1.37 kB
# UpdateVerificationFlowWithLinkMethod Update Verification Flow with Link Method ## Properties 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 `link` and `code` link VerificationStrategyLink code VerificationStrategyCode | [default to undefined] **transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined] ## Example ```typescript import { UpdateVerificationFlowWithLinkMethod } from '@ory/kratos-client'; const instance: UpdateVerificationFlowWithLinkMethod = { csrf_token, email, method, transient_payload, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)