private async build()

in lib/auth/googleSAFileCredential.ts [23:28]


  private async build() {
    this.auth = new GoogleAuth({
      keyFile: this._keyFile,
      scopes: SCOPE,
    });
  }