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

Microsoft.Identity.Client.ITokenCacheInternal

bool IsApplicationCache { get; }

Returns a RT for the request. If familyId is specified, it tries to return the FRT.

Shows if MSAL's in-memory token cache has any kind of RT or non-expired AT. Does not trigger a cache notification. Ignores ADAL's cache.

True when MSAL has been configured to fire the serialization events i.e. external token caching is enabled.

Task<bool?> IsFociMemberAsync(AuthenticationRequestParameters requestParams, string familyId)

FOCI - check in the app metadata to see if the app is part of the family

void SetIosKeychainSecurityGroup(string securityGroup)

Task<bool> StopLongRunningOboProcessAsync(string longRunningOboCacheKey, AuthenticationRequestParameters requestParameters)