MsalError.InvalidGrantError 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.
Standard OAuth2 protocol error code. It indicates that the application needs to expose the UI to the user so that the user does an interactive action in order to get a new token.
Mitigation:
If your application is a IPublicClientApplication callAcquireTokenInteractive
perform an interactive authentication. If your application is a ConfidentialClientApplication chances are that the Claims member
of the exception is not empty. See MsalServiceException.Claims for the right mitigation
public const string InvalidGrantError;
val mutable InvalidGrantError : string
Public Const InvalidGrantError As String