Class
RestOAuth2Proxy
unstable since: 1.0
Instance methods
Methods inherited from RestProxy (8)
rest_proxy_add_soup_feature
This method can be used to add specific features to the SoupSession
objects
that are used by librest for its HTTP connections. For example, if one needs
extensive control over the cookies which are used for the REST HTTP
communication, it’s possible to get full access to libsoup cookie API by using.
since: 0.7.92
rest_proxy_bind
unstable since: 1.0
rest_proxy_bind_valist
unstable since: 1.0
rest_proxy_get_user_agent
unstable since: 1.0
rest_proxy_new_call
Create a new RestProxyCall
for making a call to the web service. This call
is one-shot and should not be re-used for making multiple calls.
unstable since: 1.0
rest_proxy_set_user_agent
unstable since: 1.0
rest_proxy_simple_run
unstable since: 1.0
rest_proxy_simple_run_valist
unstable since: 1.0
Properties
Properties inherited from RestProxy (8)
Rest.Proxy:binding-required
unstable since: 1.0
Rest.Proxy:disable-cookies
unstable since: 1.0
Rest.Proxy:password
unstable since: 1.0
Rest.Proxy:ssl-ca-file
unstable since: 1.0
Rest.Proxy:ssl-strict
unstable since: 1.0
Rest.Proxy:url-format
unstable since: 1.0
Rest.Proxy:user-agent
unstable since: 1.0
Rest.Proxy:username
unstable since: 1.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
unstable since: 2.0
Class structure
struct RestOAuth2ProxyClass {
RestProxyClass parent_class;
void (* parse_access_token) (
RestOAuth2Proxy* self,
GBytes* payload,
GTask* task
);
None padding;
}
Class members
parent_class: RestProxyClass
- No description available.
parse_access_token: void (* parse_access_token) ( RestOAuth2Proxy* self, GBytes* payload, GTask* task )
- No description available.
padding: None
- No description available.