Commit Graph

12 Commits

Author SHA1 Message Date
Sascha Kiefer
b8a2190168
feat: allow to pass cancellation token to requests (#813)
* feat: implements markets API

* fix: use correct constructor name

* feat: allow to pass a cancellation token

* pass cancellation token

* pass cancellation token only >NETSTANDARD2_1

Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2022-11-18 12:30:09 +01:00
Alex Yeo
c5bd9dc7f9
Fix typo in OAuthClient.cs (#757) 2022-05-19 06:06:24 +02:00
Jonas Dellinger
3fa69c56f0 Update to .NET 5.0 2020-11-13 14:43:00 +01:00
Jonas Dellinger
9d22c04764 Added PKCE stuff: Initial request & refresh + PKCEUtil for generating verifiers 2020-08-06 18:48:49 +00:00
Jonas Dellinger
ec08baf80b Rename all Credentials* classes to correct ClientCredentials* 2020-06-07 13:29:15 +02:00
Jonas Dellinger
fb5b81b747 Fixed warnings and polished publish script 2020-06-04 20:56:47 +02:00
Jonas Dellinger
2a9b0338f5 Moar docs and TooManyRequests exception 2020-06-02 23:55:50 +02:00
Jonas Dellinger
ef60a9f1f2 Added TokenSwapAuth and console example for it #451 2020-06-02 16:34:24 +02:00
Jonas Dellinger
f1ca557c6e Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
Jonas Dellinger
ff9d03ffb0 First draft of SpotifyAPI.Web.Auth 2020-05-15 20:06:24 +02:00
Jonas Dellinger
255bbd5c2f Added Credentials Authenticator 2020-05-14 23:26:40 +02:00
Jonas Dellinger
9b8a4cd2c9 Added first OAuth request: client credentials 2020-05-13 23:49:54 +02:00