's'
This commit is contained in:
10
config/google_oauth.example.json
Normal file
10
config/google_oauth.example.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user