The function ``` const accessToken = await getAccessToken({ credentials: credentials, scope: "https://www.googleapis.com/auth/cloud-platform", waitUntil: c.executionCtx.waitUntil, }); ``` Isn't working for me, it works locally, but when I use it in the worker it says this: **TypeError: Illegal invocation** Anyone faced the same problem?