Gck.SessionInfo

const Gck = imports.gi.Gck;

let sessionInfo = new Gck.SessionInfo({
    slot_id: value
    state: value
    flags: value
    device_error: value
});
  

Information about the session. This is analogous to a CK_SESSION_INFO structure.

When done with this structure, release it using Gck.SessionInfo.prototype.free.