C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
web::http::oauth1::experimental::oauth1_token Member List

This is the complete list of members for web::http::oauth1::experimental::oauth1_token, including all inherited members.

access_token() const web::http::oauth1::experimental::oauth1_tokeninline
additional_parameters() const web::http::oauth1::experimental::oauth1_tokeninline
clear_additional_parameters()web::http::oauth1::experimental::oauth1_tokeninline
is_valid_access_token() const web::http::oauth1::experimental::oauth1_tokeninline
oauth1_config (defined in web::http::oauth1::experimental::oauth1_token)web::http::oauth1::experimental::oauth1_tokenfriend
oauth1_token()web::http::oauth1::experimental::oauth1_tokeninline
oauth1_token(utility::string_t access_token, utility::string_t secret)web::http::oauth1::experimental::oauth1_tokeninline
secret() const web::http::oauth1::experimental::oauth1_tokeninline
set_access_token(utility::string_t &&access_token)web::http::oauth1::experimental::oauth1_tokeninline
set_access_token(const utility::string_t &access_token)web::http::oauth1::experimental::oauth1_tokeninline
set_additional_parameter(utility::string_t &&paramName, utility::string_t &&paramValue)web::http::oauth1::experimental::oauth1_tokeninline
set_additional_parameter(const utility::string_t &paramName, const utility::string_t &paramValue)web::http::oauth1::experimental::oauth1_tokeninline
set_secret(utility::string_t &&secret)web::http::oauth1::experimental::oauth1_tokeninline
set_secret(const utility::string_t &secret)web::http::oauth1::experimental::oauth1_tokeninline