ory-client 1.22.42

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UpdateLoginFlowWithCodeMethod

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | Option<**String**> | Address is the address to send the code to, in case that there are multiple addresses. This field is only used in two-factor flows and is ineffective for passwordless flows. | [optional]
**code** | Option<**String**> | Code is the 6 digits code sent to the user | [optional]
**csrf_token** | **String** | CSRFToken is the anti-CSRF token | 
**identifier** | Option<**String**> | Identifier is the code identifier The identifier requires that the user has already completed the registration or settings with code flow. | [optional]
**method** | **String** | Method should be set to \"code\" when logging in using the code strategy. | 
**resend** | Option<**String**> | Resend is set when the user wants to resend the code | [optional]
**transient_payload** | Option<[**serde_json::Value**].md> | Transient data to pass along to any webhooks | [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)