This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Firstly you need to create client OAuth2Client function from
google-auth-library lib. Then you can use getTokenInfo func. to acces
token information. i add sample code below to Node.js;const
{OAuth2Client} = require('google-auth-library');const clien...