Get stored JWT from secure storage
Future<String?> getStoredJWT() async { return await _secureStorage.read(key: _jwtKey); }