RenrenOAuth2PluginNS::RenrenOAuth2PluginTokenData Class Reference

#include <renrenoauth2data.h>

class RenrenOAuth2PluginNS::RenrenOAuth2PluginTokenData : public AccountData::SessionData, public AccountData::SessionData

Inherits from

  • RenrenOAuth2PluginNS::RenrenOAuth2PluginTokenData
    Public Member Functions
    SIGNON_SESSION_DECLARE_PROPERTY(QString, AccessToken)
    SIGNON_SESSION_DECLARE_PROPERTY(QString, RefreshToken)
    SIGNON_SESSION_DECLARE_PROPERTY(int, ExpiresIn)
    SIGNON_SESSION_DECLARE_PROPERTY(uint, IssueTime)
    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()

    Member Function Documentation

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, AccessToken )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    AccessToken
    )

    Access token received from the server

    SIGNON_SESSION_DECLARE_PROPERTY ( QString, RefreshToken )

    SIGNON_SESSION_DECLARE_PROPERTY(QString,
    RefreshToken
    )

    Refresh token received from the server

    SIGNON_SESSION_DECLARE_PROPERTY ( int, ExpiresIn )

    SIGNON_SESSION_DECLARE_PROPERTY(int,
    ExpiresIn
    )

    Access token expiry time

    SIGNON_SESSION_DECLARE_PROPERTY ( uint, IssueTime )

    SIGNON_SESSION_DECLARE_PROPERTY(uint,
    IssueTime
    )

    The time Access token was issued