Interface

Gck-2GckSessionConstructorProps

interface ConstructorProps {
    app_data: any;
    appData: any;
    handle: number | bigint;
    interaction: Gio.TlsInteraction | null;
    module: Gck.Module;
    opening_flags: number | bigint;
    openingFlags: number | bigint;
    options: Gck.SessionOptions;
    slot: Gck.Slot;
}

Hierarchy (View Summary)

Index

Properties

app_data: any
appData: any
handle: number | bigint
interaction: Gio.TlsInteraction | null
module: Gck.Module
opening_flags: number | bigint
openingFlags: number | bigint
slot: Gck.Slot