access_token_key() const | web::http::oauth2::experimental::oauth2_config | inline |
auth_endpoint() const | web::http::oauth2::experimental::oauth2_config | inline |
bearer_auth() const | web::http::oauth2::experimental::oauth2_config | inline |
build_authorization_uri(bool generate_state) | web::http::oauth2::experimental::oauth2_config | |
client_key() const | web::http::oauth2::experimental::oauth2_config | inline |
client_secret() const | web::http::oauth2::experimental::oauth2_config | inline |
http_basic_auth() const | web::http::oauth2::experimental::oauth2_config | inline |
implicit_grant() const | web::http::oauth2::experimental::oauth2_config | inline |
is_enabled() const | web::http::oauth2::experimental::oauth2_config | inline |
oauth2_config(utility::string_t client_key, utility::string_t client_secret, utility::string_t auth_endpoint, utility::string_t token_endpoint, utility::string_t redirect_uri, utility::string_t scope=utility::string_t()) (defined in web::http::oauth2::experimental::oauth2_config) | web::http::oauth2::experimental::oauth2_config | inline |
proxy() const | web::http::oauth2::experimental::oauth2_config | inline |
redirect_uri() const | web::http::oauth2::experimental::oauth2_config | inline |
scope() const | web::http::oauth2::experimental::oauth2_config | inline |
set_access_token_key(utility::string_t access_token_key) | web::http::oauth2::experimental::oauth2_config | inline |
set_auth_endpoint(utility::string_t auth_endpoint) | web::http::oauth2::experimental::oauth2_config | inline |
set_bearer_auth(bool bearer_auth) | web::http::oauth2::experimental::oauth2_config | inline |
set_client_key(utility::string_t client_key) | web::http::oauth2::experimental::oauth2_config | inline |
set_client_secret(utility::string_t client_secret) | web::http::oauth2::experimental::oauth2_config | inline |
set_http_basic_auth(bool http_basic_auth) | web::http::oauth2::experimental::oauth2_config | inline |
set_implicit_grant(bool implicit_grant) | web::http::oauth2::experimental::oauth2_config | inline |
set_proxy(const web_proxy &proxy) | web::http::oauth2::experimental::oauth2_config | inline |
set_redirect_uri(utility::string_t redirect_uri) | web::http::oauth2::experimental::oauth2_config | inline |
set_scope(utility::string_t scope) | web::http::oauth2::experimental::oauth2_config | inline |
set_state(utility::string_t state) | web::http::oauth2::experimental::oauth2_config | inline |
set_token(oauth2_token token) | web::http::oauth2::experimental::oauth2_config | inline |
set_token_endpoint(utility::string_t token_endpoint) | web::http::oauth2::experimental::oauth2_config | inline |
state() | web::http::oauth2::experimental::oauth2_config | inline |
token() const | web::http::oauth2::experimental::oauth2_config | inline |
token_endpoint() const | web::http::oauth2::experimental::oauth2_config | inline |
token_from_code(utility::string_t authorization_code) | web::http::oauth2::experimental::oauth2_config | inline |
token_from_redirected_uri(const web::http::uri &redirected_uri) | web::http::oauth2::experimental::oauth2_config | |
token_from_refresh() | web::http::oauth2::experimental::oauth2_config | inline |
web::http::client::http_client_config (defined in web::http::oauth2::experimental::oauth2_config) | web::http::oauth2::experimental::oauth2_config | friend |
web::http::oauth2::details::oauth2_handler (defined in web::http::oauth2::experimental::oauth2_config) | web::http::oauth2::experimental::oauth2_config | friend |