<PackageReference Include="Microsoft.Identity.Client" Version="4.82.0-preview-2" />

Microsoft.Identity.Client.ApiConfig.Parameters.AcquireTokenForClientParameters

public string AccessTokenHashToRefresh { get; set; }

The SHA-256 hash of the access token that should be refreshed. If set, token refresh will occur only if a matching token is found in cache.

public bool ForceRefresh { get; set; }

public void LogParameters(ILoggerAdapter logger)