Struct apple_bundle::info_plist::protected_resources::FaceId [−][src]
Expand description
FaceID
Fields
face_id_usage_description: Option<String>A message that tells the user why the app is requesting the ability to authenticate with Face ID.
Important
This key is required if your app uses APIs that access Face ID.
Availability
- iOS 11.0+
Framework
- Local Authentication
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FaceIdimpl UnwindSafe for FaceIdBlanket Implementations
Mutably borrows from an owned value. Read more