I thought I was! But I was not doing it correctly. I was doing this:
const token = await getAccessTokenSilently({
audience: MyAudience'
});
but I fixed it and now it’s working. Thank you!
I thought I was! But I was not doing it correctly. I was doing this:
const token = await getAccessTokenSilently({
audience: MyAudience'
});
but I fixed it and now it’s working. Thank you!