I have seen some examples of the SPA sdk’s where there is the option to use getTokenSilently to for example check if a user still has a valid Auth0 session. My problem is that I can’t find this functionality in the Auth0.AspNetCore.Authentication package.
How do I achieve this functionality with this SDK? I am using a .NET 6 MVC web application.