oauth2_token_holder library

Typedefs

Authorize = Future<AccessToken?> Function({bool reset})
if reset is true, authorization clears the cache before authorization and it always do interactive authorization.
Deauthorize = Future<void> Function()