Home
last modified time | relevance | path

Searched refs:searchKeyChain (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-secure-store/ios/
H A DSecureStoreModule.swift24 let data = try searchKeyChain(with: key, options: options) in definition()
96 private func searchKeyChain(with key: String, options: SecureStoreOptions) throws -> Data? { in searchKeyChain() function
/expo/ios/versioned/sdk49/ExpoSecureStore/
H A DSecureStoreModule.swift24 let data = try searchKeyChain(with: key, options: options) in definition()
96 private func searchKeyChain(with key: String, options: SecureStoreOptions) throws -> Data? { in searchKeyChain() function