Gck.Module::authenticate-slot

connect('authenticate-slot', function (module, slot: Gck.Slot, string: String, password: void, ): Boolean);
  

Use Gck.Session.prototype.set_interaction instead of connecting to this signal.

module

instance of Gck.Module that is emitting the signal

slot

The slot to be authenticated.

string

A displayable label which describes the object.

password

A gchar** where a password should be returned.

Returns