async getToken()

in lib/auth/googleSAFileCredential.ts [30:32]


  async getToken() {
    return await this.auth?.getAccessToken();
  }