Searched refs:authenticationPrompt (Results 1 – 16 of 16) sorted by relevance
| /expo/packages/expo-secure-store/ios/ |
| H A D | SecureStoreOptions.swift | 5 var authenticationPrompt: String? variable
|
| H A D | SecureStoreModule.swift | 83 if let authPrompt = options.authenticationPrompt { in update() 102 if let authPrompt = options.authenticationPrompt { in searchKeyChain()
|
| /expo/ios/versioned/sdk49/ExpoSecureStore/ |
| H A D | SecureStoreOptions.swift | 5 var authenticationPrompt: String? variable
|
| H A D | SecureStoreModule.swift | 83 if let authPrompt = options.authenticationPrompt { in update() 102 if let authPrompt = options.authenticationPrompt { in searchKeyChain()
|
| /expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/ |
| H A D | AuthenticationHelper.kt | 47 val authenticationPrompt = AuthenticationPrompt(fragmentActivity, context, title) in openAuthenticationPrompt() constant 51 return@withContext authenticationPrompt.authenticate(cipher) in openAuthenticationPrompt()
|
| H A D | SecureStoreOptions.kt | 9 @Field var authenticationPrompt: String = " ", variable in expo.modules.securestore.SecureStoreOptions
|
| H A D | SecureStoreModule.kt | 180 …tem(value, secretKeyEntry, options.requireAuthentication, options.authenticationPrompt, authentica… in <lambda>()
|
| /expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/encryptors/ |
| H A D | AESEncryptor.kt | 79 authenticationPrompt: String, in createEncryptedItem() 87 …pher = authenticationHelper.authenticateCipher(cipher, requireAuthentication, authenticationPrompt) in createEncryptedItem() 126 …thenticationHelper.authenticateCipher(cipher, requiresAuthentication, options.authenticationPrompt) in decryptItem()
|
| H A D | KeyBasedEncryptor.kt | 27 authenticationPrompt: String,
|
| H A D | HybridAESEncryptor.kt | 71 authenticationPrompt: String, in createEncryptedItem()
|
| /expo/packages/expo-secure-store/build/ |
| H A D | SecureStore.d.ts | 60 authenticationPrompt?: string;
|
| H A D | SecureStore.js.map | 1 …user while `requireAuthentication` option is turned on.\n */\n authenticationPrompt?: string;\n…
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | SecureStoreScreen.tsx | 58 authenticationPrompt: 'Authenticate', 73 authenticationPrompt: 'Authenticate', 88 authenticationPrompt: 'Authenticate', 103 authenticationPrompt: 'Authenticate',
|
| /expo/ios/versioned/sdk47/EXSecureStore/EXSecureStore/ |
| H A D | ABI47_0_0EXSecureStore.m | 86 if ((NSString *) options[@"authenticationPrompt"]) { 87 NSString *promptText = options[@"authenticationPrompt"]; 110 if ((NSString *) options[@"authenticationPrompt"]) { 111 NSString *promptText = options[@"authenticationPrompt"];
|
| /expo/ios/versioned/sdk48/EXSecureStore/EXSecureStore/ |
| H A D | ABI48_0_0EXSecureStore.m | 86 if ((NSString *) options[@"authenticationPrompt"]) { 87 NSString *promptText = options[@"authenticationPrompt"]; 110 if ((NSString *) options[@"authenticationPrompt"]) { 111 NSString *promptText = options[@"authenticationPrompt"];
|
| /expo/packages/expo-secure-store/src/ |
| H A D | SecureStore.ts | 84 authenticationPrompt?: string;
|