Home
last modified time | relevance | path

Searched refs:keychainService (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/
H A DSecureStoreModule.kt65 throw DeleteException(e.message, key, options.keychainService, e) in <lambda>()
83 val keychainAwareKey = createKeychainAwareKey(key, options.keychainService) in <lambda>()
93 val keychainAwareKey = createKeychainAwareKey(key, options.keychainService) in <lambda>()
146 throw (DecryptException(e.message, key, options.keychainService, e)) in <lambda>()
150 throw (DecryptException(e.message, key, options.keychainService, e)) in <lambda>()
171 removeKeyFromKeystore(alias, options.keychainService) in <lambda>()
195 throw EncryptException(e.message, key, options.keychainService, e) in <lambda>()
199 throw WriteException(e.message, key, options.keychainService, e) in <lambda>()
208 encryptedItem.put(KEYSTORE_ALIAS_PROPERTY, keychainService) in <lambda>()
262 if (requireAuthentication && keychainService == entryKeychainService) { in <lambda>()
[all …]
H A DSecureStoreOptions.kt10 @Field var keychainService: String = SecureStoreModule.DEFAULT_KEYSTORE_ALIAS, variable in expo.modules.securestore.SecureStoreOptions
/expo/apps/test-suite/tests/
H A DSecureStore.js15 const optionsServiceA = { keychainService: 'service-A' }; property
16 const optionsServiceB = { keychainService: 'service-B' }; property
51 keychainService: 'service', property
57 keychainService: 'service', property
63 keychainService: 'service', property
69 keychainService: 'service', property
/expo/packages/expo-secure-store/src/__tests__/
H A DSecureStore-test.native.ts8 const options = { keychainService: 'test' };
31 const options = { keychainService: 'test' };
41 const options = { keychainService: 'test' };
/expo/packages/expo-secure-store/ios/
H A DSecureStoreOptions.swift11 var keychainService: String? variable
H A DSecureStoreModule.swift123 let service = options.keychainService ?? "app" in query()
/expo/ios/versioned/sdk49/ExpoSecureStore/
H A DSecureStoreOptions.swift11 var keychainService: String? variable
H A DSecureStoreModule.swift123 let service = options.keychainService ?? "app" in query()
/expo/apps/native-component-list/src/screens/
H A DSecureStoreScreen.tsx56 keychainService: service,
71 keychainService: service,
86 keychainService: service,
101 keychainService: service,
115 await SecureStore.deleteItemAsync(key, { keychainService: service });
/expo/packages/expo-secure-store/build/
H A DSecureStore.d.ts42 keychainService?: string;
H A DSecureStore.js.map1keychainService` option, it will be required to later fetch the value.\n */\n keychainService?:…
/expo/packages/expo-secure-store/src/
H A DSecureStore.ts66 keychainService?: string;
/expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/encryptors/
H A DHybridAESEncryptor.kt53 val baseAlias = options.keychainService in getKeyStoreAlias()
H A DAESEncryptor.kt34 val baseAlias = options.keychainService in getKeyStoreAlias()
/expo/ios/versioned/sdk47/EXSecureStore/EXSecureStore/
H A DABI47_0_0EXSecureStore.m14 …NSString *service = (NSString *) options[@"keychainService"] ? (NSString *) options[@"keychainServ…
/expo/ios/versioned/sdk48/EXSecureStore/EXSecureStore/
H A DABI48_0_0EXSecureStore.m14 …NSString *service = (NSString *) options[@"keychainService"] ? (NSString *) options[@"keychainServ…
/expo/packages/expo-secure-store/
H A DCHANGELOG.md20 …lues that require authentication and ones that don't under the same `keychainService`. ([#23804](h…