⚠️ BREAKING CHANGES
- fix:
getAccessTokenSilently()now returnsPromise<string | undefined>(wasPromise<string>) and the verbose overload (detailedResponse: true) returnsPromise<GetTokenSilentlyVerboseResponse | undefined>(wasPromise<GetTokenSilentlyVerboseResponse>). Guard return values before use. Aligns with the corrected types in@auth0/auth0-spa-jsv2.25.0. #1238 (yogeshchoudhary147)