<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />

Microsoft.Identity.Client.Cache.AdalResultWrapper

public string RawClientInfo { get; set; }

public string RefreshToken { get; set; }

Gets the Refresh Token associated with the requested Access Token. Note: not all operations will return a Refresh Token.

public AdalResult Result { get; set; }

public string UserAssertionHash { get; set; }

public static AdalResultWrapper Deserialize(string serializedObject)

Serializes the object to a JSON string

public string Serialize()

Serializes the object to a JSON string