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; }
}
}