mirror of
https://github.com/plausible/analytics.git
synced 2024-11-20 11:38:44 +03:00
73444ddfb6
This commit fixes a bug where Google Analytics import tokens were not being refreshed properly because the function was not returning the expected tuple. Thanks to @aerosol we can nicely test this now.
8 lines
237 B
JSON
8 lines
237 B
JSON
{
|
|
"access_token": "1/fFAGRNJru1FTz70BzhT3Zg",
|
|
"expires_in": 3920,
|
|
"token_type": "Bearer",
|
|
"scope": "email https://www.googleapis.com/auth/analytics.readonly",
|
|
"refresh_token": "1//xEoDL4iW3cxlI7yDbSRFYNG01kVKM2C-259HOF2aQbI"
|
|
}
|