Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.05 KB

ClientUpdateVerificationFlowWithLinkMethod.md

File metadata and controls

14 lines (10 loc) · 1.05 KB

Ory.Client.Model.ClientUpdateVerificationFlowWithLinkMethod

Update Verification Flow with Link Method

Properties

Name Type Description Notes
CsrfToken string Sending the anti-csrf token is only required for browser login flows. [optional]
Email 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
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]