in lib/auth/googleSACredential.ts [28:35]
private async build() {
const json =
typeof this.json === "string" ? JSON.parse(this.json) : this.json;
this.auth = new GoogleAuth({
scopes: SCOPE,
}).fromJSON(json, this.options);
}