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