in lib/auth/googleSACredential.ts [37:39]
async getToken(): Promise<string | null | undefined> { return (await this.auth?.getAccessToken())?.token; }