I tried to get this running with ADAL 3.13, but the Deserialize throws a "no parameterless constructor defined for this object", which seems to come from the json parts of the serialized data.
The error-message itself seems odd at first, but the class AuthenticationResult does indeed not have a parameterless ctor.
I tried to get this running with ADAL 3.13, but the Deserialize throws a "no parameterless constructor defined for this object", which seems to come from the json parts of the serialized data.
The error-message itself seems odd at first, but the class AuthenticationResult does indeed not have a parameterless ctor.