YouTube OAuth Authorize URL
youtube_oauth_authorize_urlGenerate a Google OAuth authorization URL to obtain user consent for YouTube API access. The PKCE verifier is stored locally for subsequent token exchange.
Instructions
Create a Google OAuth authorization URL and persist the PKCE verifier locally without returning it to the agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| scopes | No | ||
| redirect_uri | Yes | ||
| response_format | No | json |