Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.19 KB

ClientUpdateLoginFlowWithCodeMethod.md

File metadata and controls

17 lines (13 loc) · 1.19 KB

Ory.Client.Model.ClientUpdateLoginFlowWithCodeMethod

Update Login flow using the code method

Properties

Name Type Description Notes
Address 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 string Code is the 6 digits code sent to the user [optional]
CsrfToken string CSRFToken is the anti-CSRF token
Identifier 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 string Resend is set when the user wants to resend the code [optional]
TransientPayload Object Transient data to pass along to any webhooks [optional]

[Back to Model list] [Back to API list] [Back to README]