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

Microsoft.Identity.Client.Cache.AdalResult

sealed class AdalResult
Contains the results of an ADAL token acquisition. Access Tokens from ADAL are not compatible with MSAL, only Refresh Tokens are.
public AdalUserInfo UserInfo { get; }

Gets user information including user Id. Some elements in UserInfo might be null if not returned by the service.

public AdalResult()