Complete login
complete_loginFinalize Benepass login by submitting the email OTP and challenge session from start_login, creating a persisted local session without exposing tokens.
Instructions
Complete Benepass login with the email OTP and challenge session from start_login. Persists a local session; never returns tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otp | Yes | One-time passcode from email | |
| Yes | Benepass account email | ||
| challenge_session | Yes | Session string from start_login |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| Yes |