AuthData
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "ag_auth_data_get_type ()" ) ]
[ Compact ]
public class AuthData
Opaque structure.
Use related accessor functions.
Content:
Methods:
- public AuthData @ref ()
Increment the reference count of this
.
- public uint get_credentials_id ()
Gets the ID of the credentials associated with this account.
- public unowned Variant get_login_parameters (Variant? extra_parameters)
Gets the authentication parameters.
- public unowned string get_mechanism ()
Gets the authentication mechanism.
- public unowned string get_method ()
Gets the authentication method.
- public unowned HashTable<string,Value?> get_parameters ()
Gets the authentication parameters.
- public void insert_parameters (HashTable<string,Value?> parameters)
Insert the given authentication parameters into the authentication
data.
- public void unref ()
Decrements the reference count of this
.