rclone/lib/oauthutil
Nick Craig-Wood bfb7b88371 lib/oauthutil: don't require token to exist for client credentials flow
Before this change when setting up client credentials flow manually,
rclone would fail with this error message on first run despite the
fact that no existing token is needed.

    empty token found - please run "rclone config reconnect remote:"

This fixes the problem by ignoring token loading problems for client
credentials flow.
2025-01-08 12:38:24 +00:00
..
oauthutil.go lib/oauthutil: don't require token to exist for client credentials flow 2025-01-08 12:38:24 +00:00
renew.go oauthutil: add Shutdown method 2023-12-09 11:44:50 +00:00