Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData
Authentication request details
Parameters which will be sent in the request body, as POST parameters.
The cancellation token associated with the request
Headers which will be sent with the request.
The token endpoint, including any query parameters, where the request is being sent to.
public OnBeforeTokenRequestData(IDictionary<string, string> bodyParameters, IDictionary<string, string> headers, Uri requestUri, CancellationToken cancellationToken)
Constructor.