Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

2.2.0

Choose a tag to compare

@JustinBeckwith JustinBeckwith released this 13 Mar 17:20
cc138f1

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');