Gck.Session.open
function open(slot: Gck.Slot, options: Gck.SessionOptions, interaction: Gio.TlsInteraction, cancellable: Gio.Cancellable): Gck.Session { // Gjs wrapper for gck_session_open() }
Open a session on the slot. This call may block for an indefinite period.
- slot
the slot to open session on
- options
session options
- interaction
optional interaction for logins or object authentication
- cancellable
optional cancellation object
- Returns
the new session