Method

AstalAuthPamsupply_secret

Declaration

void
astal_auth_pam_supply_secret (
  AstalAuthPam* self,
  const gchar* secret
)

Description

Provides pam with a secret. This method must be called exactly once after a auth-* signal is emitted.

Parameters

secret

Type: const gchar*

The secret to be provided to pam. Can be NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.