Interface KeySystemCapabilities

interface KeySystemCapabilities {
    basic: boolean;
    persistent: boolean;
}

Properties

Properties

basic: boolean
persistent: boolean