<PackageReference Include="Azure.Core" Version="1.56.0" />

Azure.Identity.TokenRequestCallbackContext

Provides access to customize the token request before it is sent.
namespace Azure.Identity { public class TokenRequestCallbackContext { public IDictionary<string, string> BodyParameters { get; } } }