Future<bool> get isTokenExpired async { final pair = await tokenPair; return pair == null || pair.isExpired; }