xref: /expo/ios/versioned/sdk49/ExpoSecureStore/SecureStoreOptions.swift (revision 7faebecd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 import ABI49_0_0ExpoModulesCore
2 
3 internal struct SecureStoreOptions: Record {
4   @Field
5   var authenticationPrompt: String?
6 
7   @Field
8   var keychainAccessible: SecureStoreAccessible = .whenUnlocked
9 
10   @Field
11   var keychainService: String?
12 
13   @Field
14   var requireAuthentication: Bool
15 }
16 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026