Binance OAuth 用戶端中繼資料
GET /.well-known/oauth-client/binance:返回 Binance Agentic Connector 使用的 Minara 公開 OAuth 用戶端 ID 中繼資料文件。
GET /.well-known/oauth-client/binance
返回 Binance Agentic Connector 使用的 Minara 公開 OAuth 用戶端 ID 中繼資料文件。Binance 讀取此文件,以驗證已註冊的重新導向 URI 和公開用戶端 PKCE 設定。
| 方法 | GET |
| 路徑 | /.well-known/oauth-client/binance |
| 認證 | 無需認證 |
| 類別 | auth |
回應本文
{ "client_id": "https://agent.minara.ai/.well-known/oauth-client/binance", "client_name": "Minara Binance Connector", "client_uri": "https://minara.ai/", "redirect_uris": ["http://127.0.0.1:14584/connector/mcp/callback", "https://app.minara.ai/v1/connectors/oauth/callback"], "grant_types": ["authorization_code"], "response_types": ["code"], "token_endpoint_auth_method": "none" }