Type Alias ASAuthorizationPublicKeyCredentialResidentKeyPreference

Source
pub type ASAuthorizationPublicKeyCredentialResidentKeyPreference = NSString;
Available on crate feature ASAuthorizationPublicKeyCredentialConstants only.
Expand description

A string used to indicate a preference for whether the authenticator should itself store the private key for a credential.

See also Apple’s documentation

Aliased Type§

#[repr(C)]
pub struct ASAuthorizationPublicKeyCredentialResidentKeyPreference { /* private fields */ }