Signal

AstalAuthPam::auth-prompt-visible

since: 0.1

Declaration

void
auth_prompt_visible (
  AstalAuthPam* self,
  gchar* msg,
  gpointer user_data
)

Description

This signal is emitted when user input is required. The input should be visible when entered (e.g., for One-Time Passwords (OTP)).

This signal has to be matched with exaclty one supply_secret call.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 0.1

Parameters

msg

Type: gchar*

The prompt to be shown to the user.

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