RenrenOAuth2PluginNS::RenrenOAuth2PluginData Class Reference

#include <renrenoauth2data.h>

class RenrenOAuth2PluginNS::RenrenOAuth2PluginData : public AccountData::SessionData, public AccountData::SessionData

Inherits from

  • RenrenOAuth2PluginNS::RenrenOAuth2PluginData
    Public Member Functions
    SIGNON_SESSION_DECLARE_PROPERTY(QString, Host)
    SIGNON_SESSION_DECLARE_PROPERTY(QString, AuthPath)
    SIGNON_SESSION_DECLARE_PROPERTY(QString, TokenPath)
    SIGNON_SESSION_DECLARE_PROPERTY(QString, ClientId)
    SIGNON_SESSION_DECLARE_PROPERTY(QString, ClientSecret)
    SIGNON_SESSION_DECLARE_PROPERTY(QString, RedirectUri)
    SIGNON_SESSION_DECLARE_PROPERTY(QStringList, Scope)
    Inherited Attributes
    AccountData::SessionData::m_data
    Inherited Functions
    AccountData::SessionData::Caption()const
    AccountData::SessionData::ClientId()const
    AccountData::SessionData::NetworkProxy()const
    AccountData::SessionData::NetworkTimeout()const
    AccountData::SessionData::Provider()const
    AccountData::SessionData::Realm()const
    AccountData::SessionData::RenewToken()const
    AccountData::SessionData::Secret()const
    AccountData::SessionData::Service()const
    AccountData::SessionData::SessionData(const QVariantMap &)
    AccountData::SessionData::SessionData(const SessionData &)
    AccountData::SessionData::UiPolicy()const
    AccountData::SessionData::UserName()const
    AccountData::SessionData::WindowId()const
    AccountData::SessionData::data()const
    AccountData::SessionData::getAccessControlTokens()const
    AccountData::SessionData::getProperty(const QString &)const
    AccountData::SessionData::operator+=(const SessionData &)
    AccountData::SessionData::operator=(const SessionData &)
    AccountData::SessionData::propertyNames()const
    AccountData::SessionData::setCaption(const QString &)
    AccountData::SessionData::setClientId(const QString &)
    AccountData::SessionData::setNetworkProxy(const QString &)
    AccountData::SessionData::setNetworkTimeout(const quint32 &)
    AccountData::SessionData::setProvider(const QString &)
    AccountData::SessionData::setRealm(const QString &)
    AccountData::SessionData::setRenewToken(const bool &)
    AccountData::SessionData::setSecret(const QString &)
    AccountData::SessionData::setService(const QString &)
    AccountData::SessionData::setUiPolicy(const int &)
    AccountData::SessionData::setUserName(const QString &)
    AccountData::SessionData::setWindowId(const quint32 &)
    AccountData::SessionData::~SessionData()

    Detailed Description

    Data container to hold values for Renren OAuth 2.0 authentication session.

    Member Function Documentation

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, Host )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    Host
    )

    hostname of the server

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, AuthPath )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    AuthPath
    )

    Authorization endpoint of the server

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, TokenPath )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    TokenPath
    )

    token endpoint of the server

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, ClientId )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    ClientId
    )

    Application client ID and secret

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, ClientSecret )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    ClientSecret
    )

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, RedirectUri )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    RedirectUri
    )

    redirection URI

    SIGNON_SESSION_DECLARE_PROPERTY ( QStringList, Scope )

    SIGNON_SESSION_DECLARE_PROPERTY(QStringList,
    Scope
    )

    access scope