Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
11 lines
383 B
JSON
11 lines
383 B
JSON
{
|
|
"redirect_uri": "http://127.0.0.1:8001/youtube/oauth/callback",
|
|
"web": {
|
|
"client_id": "你的客户端ID.apps.googleusercontent.com",
|
|
"client_secret": "你的客户端密钥",
|
|
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
|
"token_uri": "https://oauth2.googleapis.com/token",
|
|
"redirect_uris": ["http://127.0.0.1:8001/youtube/oauth/callback"]
|
|
}
|
|
}
|