Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.45 KB

KratosUpdateRecoveryFlowWithCodeMethod.md

File metadata and controls

15 lines (11 loc) · 1.45 KB

Ory.Kratos.Client.Model.KratosUpdateRecoveryFlowWithCodeMethod

Update Recovery Flow with Code Method

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 of the account to recover If the email belongs to a valid account, a recovery 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 recovery flow Allowed values are `link` and `code`. link RecoveryStrategyLink code RecoveryStrategyCode
TransientPayload Object Transient data to pass along to any webhooks [optional]

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