I was just able to solve this myself. Secret was, the second param client_secrets is `Array` of secrets. The curl http request accepts as string. But SDK expects as array. And response error message was also not useful. Fix, was one-line `client_secrets: [clientSecret]`,import { context, getToken, ...