complete_google_auth_tool
Finalize Google OAuth authentication by processing the authorization redirect URL to enable secure access to Google Apps Script projects.
Instructions
Complete the Google OAuth flow with the redirect URL.
Args: redirect_url: The full URL from the browser after authorization (looks like: http://localhost/?code=4/0A...&scope=...)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirect_url | Yes |