Checks if the suer token is still expired.
@override Future<bool> tokenExpired() async => _token?.isExpired ?? true;