process_auth_code_tool
Process OAuth2 authorization codes for Gmail integration by validating Google-provided code and state parameters to authenticate access.
Instructions
Process the OAuth2 authorization code and state.
Args:
code (str): The authorization code from Google.
state (str): The state parameter from Google.
Returns:
str: A success or error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| state | Yes |