rclone/backend/putio
Martin Hassack 65012beea4 lib/oauthutil: add support for OAuth client credential flow
This commit reorganises the oauth code to use our own config struct
which has all the info for the normal oauth method and also the client
credentials flow method.

It updates all backends which use lib/oauthutil to use the new config
struct which shouldn't change any functionality.

It also adds code for dealing with the client credential flow config
which doesn't require the use of a browser and doesn't have or need a
refresh token.

Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2024-12-13 11:34:11 +00:00
..
error.go putio: fix multithread download and other ranged requests 2022-04-04 11:15:55 +01:00
fs.go putio: fix server side copying over existing object 2024-11-08 18:17:55 +00:00
object.go putio: fix uploading to the wrong object on Update with overriden remote name 2023-06-27 16:02:33 +01:00
putio_test.go putio: add new backend 2019-08-23 12:11:36 +01:00
putio.go lib/oauthutil: add support for OAuth client credential flow 2024-12-13 11:34:11 +00:00