~ubuntu-branches/ubuntu/raring/signon-plugin-oauth2/raring

« back to all changes in this revision

Viewing changes to src/oauth2plugin.h

  • Committer: Ken VanDine
  • Date: 2012-06-14 20:47:19 UTC
  • mfrom: (37.1.2)
  • Revision ID: ken.vandine@canonical.com-20120614204719-83c6avrr82w8ihb2
Tags: 0.10+bzr39-0precise1
releasing version 0.10+bzr39-0precise1

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        QString urlEncode(QString strData);
83
83
        QString createOAuth1Header(const QString &aUrl, OAuth1PluginData inData);
84
84
        QByteArray hashHMACSHA1(const QByteArray &keyForHash ,const QByteArray &secret);
 
85
        OAuth1PluginTokenData oauth1responseFromMap(const QVariantMap &map) const;
85
86
 
86
87
        class Private;
87
88
        Private *d; // Owned.