| /expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/ |
| H A D | SecureStoreModule.kt | 121 …val requireAuthentication = encryptedItem.optBoolean(AuthenticationHelper.REQUIRE_AUTHENTICATION_P… in <lambda>() constant 170 val alias = mAESEncryptor.getExtendedKeyStoreAlias(options, options.requireAuthentication) in <lambda>() 182 …saveEncryptedItem(encryptedItem, prefs, keychainAwareKey, options.requireAuthentication, options.k… in <lambda>() 209 encryptedItem.put(AuthenticationHelper.REQUIRE_AUTHENTICATION_PROPERTY, requireAuthentication) in <lambda>() 258 …val requireAuthentication = jsonEntry.optBoolean(AuthenticationHelper.REQUIRE_AUTHENTICATION_PROPE… in <lambda>() constant 262 if (requireAuthentication && keychainService == entryKeychainService) { in <lambda>() 295 requireAuthentication: Boolean in <lambda>() 297 val keystoreAlias = encryptor.getExtendedKeyStoreAlias(options, requireAuthentication) in <lambda>() 300 if (requireAuthentication) { in <lambda>() 319 requireAuthentication: Boolean, in <lambda>() [all …]
|
| H A D | SecureStoreOptions.kt | 11 @Field var requireAuthentication: Boolean = false variable in expo.modules.securestore.SecureStoreOptions
|
| /expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/encryptors/ |
| H A D | AESEncryptor.kt | 42 …override fun getExtendedKeyStoreAlias(options: SecureStoreOptions, requireAuthentication: Boolean)… in getExtendedKeyStoreAlias() 44 val suffix = if (requireAuthentication) { in getExtendedKeyStoreAlias() 55 val extendedKeystoreAlias = getExtendedKeyStoreAlias(options, options.requireAuthentication) in initializeKeyStoreEntry() 62 .setUserAuthenticationRequired(options.requireAuthentication) in initializeKeyStoreEntry() 78 requireAuthentication: Boolean, in createEncryptedItem() 87 …val authenticatedCipher = authenticationHelper.authenticateCipher(cipher, requireAuthentication, a… in createEncryptedItem()
|
| H A D | KeyBasedEncryptor.kt | 15 fun getExtendedKeyStoreAlias(options: SecureStoreOptions, requireAuthentication: Boolean): String 26 requireAuthentication: Boolean,
|
| H A D | HybridAESEncryptor.kt | 43 …override fun getExtendedKeyStoreAlias(options: SecureStoreOptions, requireAuthentication: Boolean)… in getExtendedKeyStoreAlias() 44 val suffix = if (requireAuthentication) { in getExtendedKeyStoreAlias() 70 requireAuthentication: Boolean, in createEncryptedItem()
|
| /expo/packages/expo-secure-store/ios/ |
| H A D | SecureStoreOptions.swift | 14 var requireAuthentication: Bool variable
|
| H A D | SecureStoreModule.swift | 55 if !options.requireAuthentication { in set()
|
| /expo/ios/versioned/sdk49/ExpoSecureStore/ |
| H A D | SecureStoreOptions.swift | 14 var requireAuthentication: Bool variable
|
| H A D | SecureStoreModule.swift | 55 if !options.requireAuthentication { in set()
|
| /expo/packages/expo-secure-store/build/ |
| H A D | SecureStore.d.ts | 56 requireAuthentication?: boolean;
|
| H A D | SecureStore.js.map | 1 …requireAuthentication?: boolean;\n /**\n * Custom message displayed to the user while `requireA…
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | SecureStoreScreen.tsx | 57 requireAuthentication: requireAuth, 72 requireAuthentication: requireAuth, 87 requireAuthentication: requireAuth, 102 requireAuthentication: requireAuth,
|
| /expo/packages/expo-secure-store/src/ |
| H A D | SecureStore.ts | 80 requireAuthentication?: boolean;
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | securestore.mdx | 23 **The `requireAuthentication` option is not supported in Expo Go when biometric authentication is a…
|
| /expo/packages/expo-secure-store/ |
| H A D | CHANGELOG.md | 77 - Changed `requireAuthentication` option to also require biometrics on iOS (matches Android behavio…
|
| /expo/ios/versioned/sdk47/EXSecureStore/EXSecureStore/ |
| H A D | ABI47_0_0EXSecureStore.m | 31 NSString *requireAuth = options[@"requireAuthentication"];
|
| /expo/ios/versioned/sdk48/EXSecureStore/EXSecureStore/ |
| H A D | ABI48_0_0EXSecureStore.m | 31 NSString *requireAuth = options[@"requireAuthentication"];
|