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

Microsoft.Identity.Client.Internal.Broker.IBroker

interface IBroker
bool IsPopSupported { get; }

Task<MsalTokenResponse> AcquireTokenSilentAsync(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenSilentParameters acquireTokenSilentParameters)

Task<IReadOnlyList<IAccount>> GetAccountsAsync(string clientId, string redirectUri, AuthorityInfo authorityInfo, ICacheSessionManager cacheSessionManager, IInstanceDiscoveryManager instanceDiscoveryManager)

void HandleInstallUrl(string appLink)