Class

RestOAuthProxyCall

Description [src]

class Rest.OAuthProxyCall : Rest.ProxyCall {
  parent_instance: RestProxyCall
}

OAuthProxyCall has no publicly available members.

Hierarchy

hierarchy this OAuthProxyCall ancestor_0 RestProxyCall ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Instance methods

oauth_proxy_call_parse_token_response
No description available.
Methods inherited from RestProxyCall (29)
Methods inherited from GObject (43)

Properties

Properties inherited from RestProxyCall (1)
Rest.ProxyCall:proxy
No description available.

Signals

Signals inherited from GObject (1)
GObject.Object::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.

Class structure

struct RestOAuthProxyCallClass {
  RestProxyCallClass parent_class;
  
}
Class members
parent_class
RestProxyCallClass
  No description available.