Verify OTP
otp_verifyVerify a user-entered OTP code against the session ID from the OTP start request to confirm authentication.
Instructions
Verify an OTP code against a LoginWA session_id returned by otp_start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otp_code | Yes | Code entered by the user | |
| session_id | Yes | OTP session_id from otp_start |