verifyDuringAuthentication( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Continues the registration process when a member is required to verify an email address using a verification code received by email.

Email verification is required when the registering member is already listed as a contact.

Typically, after a successful verification, you generate and use member tokens for the registered member so that subsequent API calls are called as part of a member session.

Method Declaration
Copy
Method Parameters
codestringRequired

The code to verify.


optionsVerifyDuringAuthenticationOptionsRequired
Returns
Return Type:Promise<StateMachineResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?