ory-client 1.1.7

SDK Client for Ory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# UpdateVerificationFlowWithCodeMethodBody

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | Option<**String**> | The verification code | [optional]
**csrf_token** | Option<**String**> | Sending the anti-csrf token is only required for browser login flows. | [optional]
**email** | Option<**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 | [optional]
**flow** | Option<**String**> | The id of the flow | [optional]
**method** | Option<**String**> | Method is the recovery method | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)