OAuth2Proxy
Object Hierarchy:
Description:
[
CCode ( cname =
"OAuth2Proxy" , lower_case_cprefix =
"oauth2_proxy_" , type_id =
"oauth2_proxy_get_type ()" ) ]
public class OAuth2Proxy :
Proxy
OAuth2Proxy has no publicly available members.
Content:
Properties:
Static methods:
Creation methods:
- public OAuth2Proxy (string client_id, string auth_endpoint, string url_format, bool binding_required)
Create a new OAuth2Proxy for the specified
endpoint url_format, using the specified API key and secret.
- public OAuth2Proxy.with_token (string client_id, string access_token, string auth_endpoint, string url_format, bool binding_required)
Create a new OAuth2Proxy for the specified
endpoint url_format, using the specified client id
Methods:
Inherited Members:
All known members inherited from class Rest.Proxy
All known members inherited from class GLib.Object