๐ Current Access Token
โ none โโป๏ธ Refresh Token (stored)
โ none โ๐ Client ID (active)
โ none โ๐ Client Secret (active)
โ hidden โโฑ Expiry / Validation Info
โ not validated โ
โก Not validated
๐ Query string parameters (auto-load ALL fields)
Supported parameters:
?clientid=YOUR_CLIENT_ID&clientsecret=YOUR_CLIENT_SECRET&access_token=ACCESS_TOKEN&refresh_token=REFRESH_TOKEN
โ
Example:
?clientid=9939-abc123.apps.googleusercontent.com&clientsecret=GOCSPX-DtSNMneynbSd5b_U6&refresh_token=1//0abc...&access_token=ya29.a0...
๐ก Tip: You can bookmark or share URLs with all credentials pre-filled. Perfect for refresh token workflows.
โ
Smart Refresh validates token first โ if still valid, refresh is skipped to save quota.
๐ Force Refresh always requests a new access token using refresh token + client credentials.
๐ Copy Query String captures current clientid, clientsecret, access_token, refresh_token into a shareable URL.
๐ Query string keys:
๐ Force Refresh always requests a new access token using refresh token + client credentials.
๐ Copy Query String captures current clientid, clientsecret, access_token, refresh_token into a shareable URL.
๐ Query string keys:
clientid and clientsecret (lowercase) are automatically loaded.