Home
last modified time | relevance | path

Searched refs:authenticationPrompt (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-secure-store/ios/
H A DSecureStoreOptions.swift5 var authenticationPrompt: String? variable
H A DSecureStoreModule.swift83 if let authPrompt = options.authenticationPrompt { in update()
102 if let authPrompt = options.authenticationPrompt { in searchKeyChain()
/expo/ios/versioned/sdk49/ExpoSecureStore/
H A DSecureStoreOptions.swift5 var authenticationPrompt: String? variable
H A DSecureStoreModule.swift83 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 DAuthenticationHelper.kt47 val authenticationPrompt = AuthenticationPrompt(fragmentActivity, context, title) in openAuthenticationPrompt() constant
51 return@withContext authenticationPrompt.authenticate(cipher) in openAuthenticationPrompt()
H A DSecureStoreOptions.kt9 @Field var authenticationPrompt: String = " ", variable in expo.modules.securestore.SecureStoreOptions
H A DSecureStoreModule.kt180 …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 DAESEncryptor.kt79 authenticationPrompt: String, in createEncryptedItem()
87 …pher = authenticationHelper.authenticateCipher(cipher, requireAuthentication, authenticationPrompt) in createEncryptedItem()
126 …thenticationHelper.authenticateCipher(cipher, requiresAuthentication, options.authenticationPrompt) in decryptItem()
H A DKeyBasedEncryptor.kt27 authenticationPrompt: String,
H A DHybridAESEncryptor.kt71 authenticationPrompt: String, in createEncryptedItem()
/expo/packages/expo-secure-store/build/
H A DSecureStore.d.ts60 authenticationPrompt?: string;
H A DSecureStore.js.map1 …user while `requireAuthentication` option is turned on.\n */\n authenticationPrompt?: string;\n…
/expo/apps/native-component-list/src/screens/
H A DSecureStoreScreen.tsx58 authenticationPrompt: 'Authenticate',
73 authenticationPrompt: 'Authenticate',
88 authenticationPrompt: 'Authenticate',
103 authenticationPrompt: 'Authenticate',
/expo/ios/versioned/sdk47/EXSecureStore/EXSecureStore/
H A DABI47_0_0EXSecureStore.m86 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 DABI48_0_0EXSecureStore.m86 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 DSecureStore.ts84 authenticationPrompt?: string;