Rest
Description:
Content:
Classes:
- OAuth2Proxy
- OAuth2ProxyCall
- Param
- Params
- PkceCodeChallenge - In order to play a Pkce Code Verification during a OAuth2 authorization you need this structure which handles the algorithmic part.
- Proxy - Proxy has no publicly available members.
- ProxyAuth - ProxyAuth has no publicly available members.
- ProxyCall - ProxyCall has no publicly available members.
- XmlNode - The XmlNode contains a parsed XmlNode for easy consumption
- XmlParser - A Xml Parser for Rest Responses
Structs:
Enums:
Error domains:
- OAuth2Error
- ProxyCallError - Error domain used when returning errors from ProxyCall.
- ProxyError - Error domain used when returning errors from a Proxy.
Delegates:
- public delegate void ProxyCallAsyncCallback (ProxyCall call, Error? error, Object? weak_object)
- public delegate void ProxyCallContinuousCallback (ProxyCall call, string buf, size_t len, Error? error, Object? weak_object)
- public delegate void ProxyCallUploadCallback (ProxyCall call, size_t total, size_t uploaded, Error? error, Object? weak_object)
Functions:
- public Quark proxy_call_error_quark ()
- public Quark proxy_error_quark ()
- public string random_string (uint length)
Creates a random string from a given alphabeth with length
length