|
QOAuth
2.0.0
|
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. | |
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... | |
This file is a part of libqoauth. You should not include it directly in your application. Instead please use #include <QtOAuth>.
1.8.17