interface KeychainInit {
    dek?: DEKConfig;
    pass?: string;
}

Properties

Properties

dek?: DEKConfig
pass?: string