Top |
void | ags_password_store_set_login_name () |
gchar * | ags_password_store_get_login_name () |
void | ags_password_store_set_password () |
gchar * | ags_password_store_get_password () |
gchar * | ags_password_store_encrypt_password () |
void ags_password_store_set_login_name (AgsPasswordStore *password_store
,GObject *security_context
,gchar *user_uuid
,gchar *security_token
,gchar *login_name
,GError **error
);
Set login name.
password_store |
the AgsPasswordStore |
|
security_context |
||
user_uuid |
the users unique identifier |
|
security_token |
the security token |
|
login_name |
the login name |
|
error |
the GError |
Since: 3.0.0
gchar * ags_password_store_get_login_name (AgsPasswordStore *password_store
,GObject *security_context
,gchar *user_uuid
,gchar *security_token
,GError **error
);
Get login name.
password_store |
the AgsPasswordStore |
|
security_context |
||
user_uuid |
the users unique identifier |
|
security_token |
the security token |
|
error |
the GError |
Since: 3.0.0
void ags_password_store_set_password (AgsPasswordStore *password_store
,GObject *security_context
,gchar *user_uuid
,gchar *security_token
,gchar *password
,GError **error
);
Set password.
password_store |
the AgsPasswordStore |
|
security_context |
||
user_uuid |
the user UUID |
|
security_token |
the security token |
|
password |
the password |
|
error |
the GError |
Since: 3.0.0
gchar * ags_password_store_get_password (AgsPasswordStore *password_store
,GObject *security_context
,gchar *user_uuid
,gchar *security_token
,GError **error
);
Get password.
password_store |
the AgsPasswordStore |
|
security_context |
||
user_uuid |
the user UUID |
|
security_token |
the security token |
|
error |
the GError |
Since: 3.0.0
gchar * ags_password_store_encrypt_password (AgsPasswordStore *password_store
,gchar *password
,gchar *salt
,GError **error
);
Encrypt password.
password_store |
the AgsPasswordStore |
|
password |
the password |
|
salt |
your salt |
|
error |
the GError |
Since: 3.0.0