Calling the getAccessTokenSilently API Returns the Same Access Token
Sep 10, 2025
Overview
Calling the getAccessTokenSilently API returns the same access token. This article describes how to ensure a new access token is issued.
Applies To
- Access Token
Cause
Solution
const token = await getAccessTokenSilently({cacheMode: "off"});