Retrieves the stored JWT token, or null if not present.
null
Future<String?> get jwt async => await _storage.get(RestApiClientKeys.jwt);