Microsoft.Identity.Client.Cache.Items.MsalAccountCacheItem
Example account json:
"authority_type":"MSSTS",
"client_info":"",
"environment":"login.windows.net",
"family_name":"",
"given_name":"Some Name",
"home_account_id":"69c374a4-1df6-46f8-b83a-a2fcd8823ee2.49f548d0-12b7-4169-a390-bb5304d24462",
"local_account_id":"69c374a4-1df6-46f8-b83a-a2fcd8823ee2",
"middle_name":"",
"name":"Some Name",
"realm":"49f548d0-12b7-4169-a390-bb5304d24462",
"username":"subzero@bogavrilltd.onmicrosoft.com",
"wam_account_ids":"{\"00000000480FA373\":\"ob7b8h79td9gs6hfqoh2r37m\",\"4b0db8c2-9f26-4417-8bde-3f0e3656f8e0\":\"ob7b8h79td9gs6hfqoh2r37m\"}"
namespace Microsoft.Identity.Client.Cache.Items
{
internal class MsalAccountCacheItem : MsalCacheItemBase
{
public string CacheKey { get; }
public IiOSKey iOSCacheKey { get; }
}
}