Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.41 KB

ClientUpdateVerificationFlowWithCodeMethod.md

File metadata and controls

14 lines (10 loc) · 1.41 KB

Ory.Client.Model.ClientUpdateVerificationFlowWithCodeMethod

Properties

Name Type Description Notes
Code string Code from the recovery email If you want to submit a code, use this field, but make sure to not include the email field, as well. [optional]
CsrfToken string Sending the anti-csrf token is only required for browser login flows. [optional]
Email string The email address to verify If the email belongs to a valid account, a verifiation email will be sent. If you want to notify the email address if the account does not exist, see the notify_unknown_recipients flag If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. format: email [optional]
Method string Method is the method that should be used for this verification flow Allowed values are `link` and `code`. link VerificationStrategyLink code VerificationStrategyCode
TransientPayload Object Transient data to pass along to any webhooks [optional]

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