Future<bool> isAuthenticate() async => authState != null && !authState!.isExpired() && await _checkToken();