PhoshAuth

PhoshAuth — PAM authentication handling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── PhoshAuth

Description

Functions

phosh_auth_new ()

GObject *
phosh_auth_new (void);

phosh_auth_authenticate_async_start ()

void
phosh_auth_authenticate_async_start (PhoshAuth *self,
                                     const gchar *number,
                                     GCancellable *cancellable,
                                     GAsyncReadyCallback callback,
                                     gpointer user_data);

phosh_auth_authenticate_async_finish ()

gboolean
phosh_auth_authenticate_async_finish (PhoshAuth *self,
                                      GAsyncResult *result,
                                      GError **error);

Types and Values

PHOSH_TYPE_AUTH

#define PHOSH_TYPE_AUTH (phosh_auth_get_type())

PhoshAuth

typedef struct _PhoshAuth PhoshAuth;