Microsoft.Identity.Client.OAuth2.TokenClient
class TokenClient
Responsible for talking to the /token endpoint
public Task<MsalTokenResponse> SendTokenRequestAsync(IDictionary<string, string> additionalBodyParameters, string scopeOverride = null, string tokenEndpointOverride = null, CancellationToken cancellationToken = default)