Method

AgsPasswordStoreManagercheck_password

since: 3.0.0

Declaration [src]

gboolean
ags_password_store_manager_check_password (
  AgsPasswordStoreManager* password_store_manager,
  gchar* user_uuid,
  gchar* password
)

Description [src]

Check password to be valid for user_uuid.

Available since: 3.0.0

Parameters

user_uuid

Type: gchar*

The user uuid.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
password

Type: gchar*

The password.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if password matches, otherwise FALSE.