103
103
login_result_cb (GObject *object, GAsyncResult *result, gpointer user_data)
105
105
g_autoptr(LoginRequest) request = user_data;
107
107
g_autoptr(GError) error = NULL;
110
111
return_error (request, error);
115
115
io_snapcraft_snapd_login_service_complete_login (service, request->invocation,
116
116
snapd_auth_data_get_macaroon (auth_data),
117
117
(const gchar *const *) snapd_auth_data_get_discharges (auth_data));