Answer security question and submit password
bg_login_answerComplete Banco General login with the security answer and password, returning an authenticated status or requesting a one-time code when required.
Instructions
Step 2 of 3. Completes the login with the security answer and password. Returns { status: "authenticated" } on success, or { status: "otp_required" } if BG sends a one-time code — in that case ask the user for the code and call bg_login_otp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | The user's answer to the security question. | |
| loginId | Yes | The loginId returned by bg_login_start. | |
| password | Yes | The user's Banco General password. | |
| remember | No | Store credentials in the macOS Keychain so the server can re-login silently when BG expires the session. Only set this if the user explicitly asks to stay logged in. |