verify_email_otp
Verify an email OTP code by providing the token from request_email_otp and the code received via email to confirm authentication.
Instructions
Verify an email OTP code against a token from a previous request_email_otp call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token returned by request_email_otp | |
| otp_code | Yes | OTP code received via email |