AuthorizationRefresher typedef

AuthorizationRefresher = FutureOr<void> Function(AuthorizationManager)

Implementation

typedef AuthorizationRefresher = FutureOr<void> Function(AuthorizationManager);