spotify_authenticate
Complete Spotify OAuth authentication by exchanging the authorization code from the auth URL callback for access tokens, enabling subsequent API calls.
Instructions
使用授权码完成Spotify OAuth认证。需要先调用spotify_get_auth_url获取授权URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 从授权URL回调中获取的授权码 |