MsalError.FailedToRefreshToken Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Failed to refresh token.
What happens?
The token could not be refreshed. This can be because the user has not used the application for a long time. and therefore the refresh token maintained in the token cache has expiredMitigation
If you are in a public client application, that supports interactivity, send an interactive request AcquireTokenInteractive(IEnumerable<String>). Otherwise, use a different method to acquire tokens.public const string FailedToRefreshToken;
val mutable FailedToRefreshToken : string
Public Const FailedToRefreshToken As String