complete_auth
Exchanges a browser-provided code and session ID to complete authentication and obtain a token for CLI or stdio usage.
Instructions
Finish authentication by exchanging the browser code for a token.
session_id comes from the start_auth response.
code is the short code the user copied from their browser
after signing in via the OIDC provider.
NOTE: In HTTP transport with OAuth enabled, authentication is handled automatically. This tool is only needed for stdio/CLI.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| code | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |