kSecUseAuthenticationUIAllow

Static kSecUseAuthenticationUIAllow 

Source
pub unsafe static kSecUseAuthenticationUIAllow: &'static CFString
👎Deprecated: Instead of kSecUseAuthenticationUI, use kSecUseAuthenticationContext and set LAContext.interactionNotAllowed property
Available on crate feature SecItem only.
Expand description

Predefined item attribute constants used to get or set values in a dictionary. The kSecUseAuthenticationUI constant is the key and its value is one of the constants defined here. If the key kSecUseAuthenticationUI not provided then kSecUseAuthenticationUIAllow is used as default.

errSecInteractionNotAllowed will be returned if an item needs to authenticate with UI

to authenticate with UI will be silently skipped. This value can be used only with SecItemCopyMatching.

See also Apple’s documentation