Last active
September 26, 2023 23:15
-
-
Save JayGwod/8da197fd3ba389cbc1882413e01d69e3 to your computer and use it in GitHub Desktop.
[OAuth 客户端]#google
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"web": | |
{ | |
"client_id": | |
"118754752626-uthp74anb4uhjc2mdq4lf8uqsoiadlak.apps.googleusercontent.com", | |
"project_id": | |
"dejieguo", | |
"auth_uri": | |
"https://accounts.google.com/o/oauth2/auth", | |
"token_uri": | |
"https://oauth2.googleapis.com/token", | |
"auth_provider_x509_cert_url": | |
"https://www.googleapis.com/oauth2/v1/certs", | |
"client_secret": | |
"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", | |
"redirect_uris": | |
["https://alist.nn.ci/tool/google/callback"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment