Executes a token refresh using the current stored TokenPair.
typedef RefreshExecutor = Future<TokenPair?> Function(TokenPair current);