rclone/lib/oauthutil
rkonfj 9979b9d082 oauthutil: avoid panic when `*token` and `*ts.token` are the same
the field `raw` of `oauth2.Token` may be an uncomparable type(often map[string]interface{}), causing `*token != *ts.token` expression to panic(comparing uncomparable type ...).

the semantics of comparing whether two tokens are the same can be achieved by comparing accessToken, refreshToken and expire to avoid panic.
2024-01-05 16:19:19 +00:00
..
oauthutil.go oauthutil: avoid panic when `*token` and `*ts.token` are the same 2024-01-05 16:19:19 +00:00
renew.go lib: use atomic types 2023-08-22 12:52:13 +01:00