equal
deleted
inserted
replaced
336 */ |
336 */ |
337 QString authenticationApp( QString &aProgram, QStringList & aArguments, |
337 QString authenticationApp( QString &aProgram, QStringList & aArguments, |
338 QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const; |
338 QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const; |
339 |
339 |
340 /** |
340 /** |
|
341 * Method to get the authentication application process name |
|
342 * @return The authentication application process name (eg: "FlickrAuthApp.exe") |
|
343 */ |
|
344 QString authenticationAppName( ) const; |
|
345 |
|
346 /** |
341 * Method to get the unique registration ID provided by the |
347 * Method to get the unique registration ID provided by the |
342 * Smf for authorised plugins |
348 * Smf for authorised plugins |
343 * @return The unique registration ID/token provided by the Smf for |
349 * @return The unique registration ID/token provided by the Smf for |
344 * authorised plugins |
350 * authorised plugins |
345 */ |
351 */ |
360 QUrl m_serviceUrl; |
366 QUrl m_serviceUrl; |
361 QUrl m_applicationUrl; |
367 QUrl m_applicationUrl; |
362 QImage m_applicationIcon; |
368 QImage m_applicationIcon; |
363 QString m_pluginId; |
369 QString m_pluginId; |
364 QString m_authAppId; |
370 QString m_authAppId; |
|
371 QString m_authAppName; |
365 QString m_smfRegToken; |
372 QString m_smfRegToken; |
366 QList<QString> m_supportedInterfaces; |
373 QList<QString> m_supportedInterfaces; |
367 QStringList m_supportedLangs; |
374 QStringList m_supportedLangs; |
368 QDateTime m_validity; |
375 QDateTime m_validity; |
369 }; |
376 }; |