Fixed KeychainAccessibilityEnum.
This commit is contained in:
parent
f3d9cc8862
commit
b05f14f632
|
@ -5,12 +5,11 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var KeychainAccessibilityEnum = module.exports = {
|
var KeychainAccessibilityEnum = module.exports = {
|
||||||
NTLM: true,
|
whenUnlocked: true,
|
||||||
MSN: true,
|
afterFirstUnlock: true,
|
||||||
DPA: true,
|
always: true,
|
||||||
RPA: true,
|
whenPasscodeSetThisDeviceOnly: true,
|
||||||
HTTPBasic: true,
|
whenUnlockedThisDeviceOnly: true,
|
||||||
HTTPDigest: true,
|
afterFirstUnlockThisDeviceOnly: true,
|
||||||
HTMLForm: true,
|
alwaysThisDeviceOnly: true,
|
||||||
Default: true,
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue