authenticate
Complete OAuth2 authentication with authorization code to enable interaction with Google Slides presentations for creating slides, adding shapes, and managing content.
Instructions
Complete OAuth2 authentication with authorization code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Authorization code from OAuth2 flow |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"description": "Authorization code from OAuth2 flow",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}