finish_account_auth
Finish account authentication by exchanging the authorization code and storing token.json, enabling secure Gmail access.
Instructions
Complete OAuth onboarding by exchanging authorization code and storing token.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Account id used in begin_account_auth. | |
| authorization_code | Yes | OAuth authorization code from Google redirect. |