Gck.Slot.prototype.open_session_finish

function open_session_finish(result: Gio.AsyncResult): Gck.Session {
    // Gjs wrapper for gck_slot_open_session_finish()
}
  

Get the result of an open session operation. If the 'auto reuse' setting is set, then this may be a recycled session with the same flags.

result

The result passed to the callback.

Returns

the new session or null if an error occurs