This repository was archived by the owner on Dec 16, 2025. It is now read-only.
2.2.0
Commits in this release
c857043 feat: add getCredentials method (#56)
This release includes the new getCredentials method. This async method accepts a path to a keyfile (json, pem, p12) and returns the key and client email (if available).
const creds = await gtoken.getCredentials('path/to/key.json');