async getToken()

in lib/auth/googleAccessTokenCredential.ts [10:12]


  async getToken() {
    return this.token;
  }