pine_send_auth_confirmation
Submit a verification code (OTP) to complete authentication for a pending session. Use after retrieving auth request details.
Instructions
Submit an OTP/verification code for an [AUTH NEEDED] event.
ALWAYS ask the user for the code first — never guess or hallucinate OTPs, PINs, or security answers.
Args: session_id: The session requesting authentication. message_id: The auth request's message_id from pine_get_history. data: Verification data, e.g. {"code": "123456"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| message_id | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |