lvermeulen / Keycloak.Net

C# client for Keycloak 6.x
MIT License
203 stars 120 forks source link

Missing CancellationTokens #67

Closed ShawkyZ closed 2 years ago

ShawkyZ commented 2 years ago

Hi,

I noticed that there is no possible way to pass a CancellationToken which results in Flurl using the default value Which is CancellationToken.None. I'm thinking of making a PR in which I will add the Cancellation Token as an optional parameter for all methods that will trigger an HTTP Call.

Would you be ok with such a change?