Pragmateam/pragmathanks-get-balance

View on GitHub
src/google-api/token.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  access_token: process.env.GOOGLE_ACCESS_TOKEN,
  refresh_token: process.env.GOOGLE_REFRESH_TOKEN,
  token_type: 'Bearer',
  expiry_date: process.env.GOOGLE_TOKEN_EXPIRY_DATE,
};