#include <key.h>
|
| | Key () |
| |
| | Key (const std::string &_consumerKey, const std::string &_consumerSecret, const std::string &_accessToken, const std::string &_accessTokenSecret) |
| |
| const std::string & | consumerKey () const |
| |
| const std::string & | consumerSecret () const |
| |
| const std::string & | accessToken () const |
| |
| const std::string & | accessTokenSecret () const |
| |
| std::map< std::string, std::string > | noSecret () const |
| |
| const std::map< std::string, std::string > | secret () const |
| |
◆ Key() [1/2]
| CocoaTweet::OAuth::Key::Key |
( |
| ) |
|
|
inline |
◆ Key() [2/2]
| CocoaTweet::OAuth::Key::Key |
( |
const std::string & |
_consumerKey, |
|
|
const std::string & |
_consumerSecret, |
|
|
const std::string & |
_accessToken, |
|
|
const std::string & |
_accessTokenSecret |
|
) |
| |
|
inline |
◆ accessToken()
| const std::string& CocoaTweet::OAuth::Key::accessToken |
( |
| ) |
const |
|
inline |
◆ accessTokenSecret()
| const std::string& CocoaTweet::OAuth::Key::accessTokenSecret |
( |
| ) |
const |
|
inline |
◆ consumerKey()
| const std::string& CocoaTweet::OAuth::Key::consumerKey |
( |
| ) |
const |
|
inline |
◆ consumerSecret()
| const std::string& CocoaTweet::OAuth::Key::consumerSecret |
( |
| ) |
const |
|
inline |
◆ fromJsonFile()
| Key CocoaTweet::OAuth::Key::fromJsonFile |
( |
const std::string |
_jsonFile | ) |
|
|
static |
◆ noSecret()
| std::map<std::string, std::string> CocoaTweet::OAuth::Key::noSecret |
( |
| ) |
const |
|
inline |
◆ secret()
| const std::map<std::string, std::string> CocoaTweet::OAuth::Key::secret |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: