ClientLoginAuthorizer
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_client_login_authorizer_get_type ()" ) ]
[
Version ( since =
"0.9.0" ) ]
public class ClientLoginAuthorizer :
Object,
Authorizer
All the fields in the ClientLoginAuthorizer structure are private and should never be accessed directly.
Content:
Properties:
- public string client_id { get; construct; }
A client ID for your application (see the <ulink url="http://code.
- public string password { get; }
The user's account password for authentication.
- public ProxyResolver proxy_resolver { get; set; }
- public URI proxy_uri { owned get; set; }
The proxy URI used internally for all network requests.
- public uint timeout { get; set; }
A timeout, in seconds, for network operations.
- public string username { get; }
The user's Google username for authentication.
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GData.Authorizer