RefreshExecutor typedef

RefreshExecutor = Future<TokenPair?> Function(TokenPair current)

Executes a token refresh using the current stored TokenPair.

Implementation

typedef RefreshExecutor = Future<TokenPair?> Function(TokenPair current);