Fixed KeychainAccessibilityEnum.

This commit is contained in:
Joel Arvidsson 2015-05-29 18:27:35 +02:00
parent f3d9cc8862
commit b05f14f632
1 changed files with 7 additions and 8 deletions

View File

@ -5,12 +5,11 @@
'use strict';
var KeychainAccessibilityEnum = module.exports = {
NTLM: true,
MSN: true,
DPA: true,
RPA: true,
HTTPBasic: true,
HTTPDigest: true,
HTMLForm: true,
Default: true,
whenUnlocked: true,
afterFirstUnlock: true,
always: true,
whenPasscodeSetThisDeviceOnly: true,
whenUnlockedThisDeviceOnly: true,
afterFirstUnlockThisDeviceOnly: true,
alwaysThisDeviceOnly: true,
};