We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e6202 commit fcc1fdaCopy full SHA for fcc1fda
internal/token.go
@@ -92,6 +92,7 @@ func (e *expirationTime) UnmarshalJSON(b []byte) error {
92
93
var brokenAuthHeaderProviders = []string{
94
"https://accounts.google.com/",
95
+ "https://oauth2.googleapis.com/token"
96
"https://api.codeswholesale.com/oauth/token",
97
"https://api.dropbox.com/",
98
"https://api.dropboxapi.com/",
0 commit comments