MsalError.InvalidJwtError 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.
JWT was invalid.
What happens?
The library expected a JWT (for instance a token from the cache, or received from the STS), but the format is invalidMitigation
Make sure that the token cache was not tamperedpublic const string InvalidJwtError;
val mutable InvalidJwtError : string
Public Const InvalidJwtError As String