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::oauth2::experimental::oauth2_token Member List

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

access_token() const web::http::oauth2::experimental::oauth2_tokeninline
expires_in() const web::http::oauth2::experimental::oauth2_tokeninline
is_valid_access_token() const web::http::oauth2::experimental::oauth2_tokeninline
oauth2_token(utility::string_t access_token=utility::string_t()) (defined in web::http::oauth2::experimental::oauth2_token)web::http::oauth2::experimental::oauth2_tokeninline
refresh_token() const web::http::oauth2::experimental::oauth2_tokeninline
scope() const web::http::oauth2::experimental::oauth2_tokeninline
set_access_token(utility::string_t access_token)web::http::oauth2::experimental::oauth2_tokeninline
set_expires_in(int64_t expires_in)web::http::oauth2::experimental::oauth2_tokeninline
set_refresh_token(utility::string_t refresh_token)web::http::oauth2::experimental::oauth2_tokeninline
set_scope(utility::string_t scope)web::http::oauth2::experimental::oauth2_tokeninline
set_token_type(utility::string_t token_type)web::http::oauth2::experimental::oauth2_tokeninline
token_type() const web::http::oauth2::experimental::oauth2_tokeninline
undefined_expiration enum value (defined in web::http::oauth2::experimental::oauth2_token)web::http::oauth2::experimental::oauth2_token