QOAuth  1.0.1
Namespaces | Typedefs | Enumerations | Functions
qoauth_namespace.h File Reference
#include <QMultiMap>
#include <QByteArray>
#include "qoauth_global.h"

Go to the source code of this file.

Namespaces

 QOAuth
 This namespace encapsulates all classes and definitions provided by libqoauth.
 

Typedefs

typedef QMultiMap< QByteArray, QByteArray > QOAuth::ParamMap
 A typedef for the data structure for storing request parameters.
 

Enumerations

Functions

QOAUTH_EXPORT QByteArray QOAuth::supportedOAuthVersion ()
 Returns the supported OAuth protocol version.
 
QOAUTH_EXPORT QByteArray QOAuth::tokenParameterName ()
 Returns the name of the Access Token argument parameter (oauth_token in current implementation) More...
 
QOAUTH_EXPORT QByteArray QOAuth::tokenSecretParameterName ()
 Returns the name of the Token Secret argument parameter (oauth_token_secret in current implementation) More...
 

Detailed Description

This file is a part of libqoauth. You should not include it directly in your application. Instead please use #include <QtOAuth>.