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

Azure.Identity.TokenRequestCallbackContext

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

Gets the body parameters of the token request. Adding or modifying entries in this dictionary will cause them to be included in the token request body sent to the identity provider.