Map<String, dynamic> toJson() { return { 'isExpired': isExpired, 'isValid': isValid, 'jwe': jwe, }; }