Skip to main content
All Web SDK methods for WhatsApp require you to initiate an action first. Check out our guide on WhatsApp authentication for more details.

Challenge

Start re-authentication for an existing WhatsApp authenticator by sending the user a WhatsApp message containing an OTP code.

Response

AuthsignalResponse<ChallengeResponse>

Verify

Finish re-authenticating a WhatsApp OTP authenticator by verifying the code submitted by the user.

Parameters

string
The OTP code inputted by the user.

Response

AuthsignalResponse<VerifyResponse>