Ag.AuthData – libaccounts-glib Reference Manual
Packages
libaccounts-glib
Ag
AuthData
@ref
get_credentials_id
get_login_parameters
get_mechanism
get_method
get_parameters
insert_parameters
unref
AuthData
Object Hierarchy:
Description:
[
CCode
( ref_function =
"ag_auth_data_ref"
, type_id =
"ag_auth_data_get_type ()"
, unref_function =
"ag_auth_data_unref"
) ]
[
Compact
]
public
class
AuthData
Opaque structure.
Use related accessor functions.
Namespace:
Ag
Package:
libaccounts-glib
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
.