MsalError.JsonParseError Field

Definition

JSON parsing failed.

What happens?

A JSON blob read from the token cache or received from the STS was not parseable. This can happen when reading the token cache, or receiving an IDToken from the STS.

Mitigation

Make sure that the token cache was not tampered
public const string JsonParseError;
val mutable JsonParseError : string
Public Const JsonParseError As String 

Field Value

Applies to