Method

SnapdClientlogin2_async

since: 1.26

Declaration [src]

void
snapd_client_login2_async (
  SnapdClient* client,
  const gchar* email,
  const gchar* password,
  const gchar* otp,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Asynchronously get authorization to install/remove snaps. See snapd_client_login2_sync() for more information.

Available since: 1.26

Parameters

email

Type: const gchar*

Email address to log in with.

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

Type: const gchar*

Password to log in with.

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

Type: const gchar*

Response to one-time password challenge.

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

Type: GCancellable

A GCancellable or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

A GAsyncReadyCallback to call when the request is satisfied.

The argument can be NULL.
user_data

Type: gpointer

The data to pass to callback function.

The argument can be NULL.
The data is owned by the caller of the method.