Whether a JWT token exists in storage.
Future<bool> get containsJwtInStorage async => await _storage.contains(RestApiClientKeys.jwt);