This repository was archived by the owner on Dec 16, 2025. It is now read-only.
v2.0.0 Now in TypeScript
This is a semver major release.
- The module is now in TypeScript and ships with type definitions. (#17)
- BREAKING:
GoogleTokenis now a class type, and must be instantiated. - BREAKING: Certain property names have been changed from
snake_casetocamelCase:GoogleToken.expires_atrenamed toGoogleToken.expiresAtGoogleToken.raw_tokenrenamed toGoogleToken.rawTokenGoogleToken.token_expiresrenamed toGoogleToken.tokenExpires
- BREAKING:
- The module now supports promises and async/await.