Crate objc2_local_authentication

Source
Expand description

§Bindings to the LocalAuthentication framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

LAAccessControlOperationLAContext
Apple’s documentation
LAAuthenticationRequirementLARequirement
Builds requirements that can be used for protecting a LARight
LABiometryFallbackRequirementLARequirement
Builds authentication requirements that can be used as fallbacks for biometric authentication
LABiometryTypeLABiometryType
Apple’s documentation
LACompanionTypeLACompanionType
Apple’s documentation
LAContextLAContext
Class that represents an authentication context.
LACredentialTypeLAContext
Apple’s documentation
LADomainStateLADomainState
Apple’s documentation
LADomainStateBiometryLADomainState
Apple’s documentation
LADomainStateCompanionLADomainState
Apple’s documentation
LAEnvironmentLAEnvironment
Apple’s documentation
LAEnvironmentMechanismLAEnvironmentMechanism
Apple’s documentation
LAEnvironmentMechanismBiometryLAEnvironmentMechanism and LAEnvironmentMechanismBiometry
Apple’s documentation
LAEnvironmentMechanismCompanionLAEnvironmentMechanism and LAEnvironmentMechanismCompanion
Apple’s documentation
LAEnvironmentMechanismUserPasswordLAEnvironmentMechanism and LAEnvironmentMechanismUserPassword
Apple’s documentation
LAEnvironmentStateLAEnvironmentState
Apple’s documentation
LAErrorLAError
Apple’s documentation
LAPersistedRightLAPersistedRight and LARight
A type of right that, when authorized, grants access to a key and secret
LAPolicyLAContext
Apple’s documentation
LAPrivateKeyLAPrivateKey
Managed Private Key.
LAPublicKeyLAPublicKey
The public part of an asymmetric key pair
LARightLARight
Groups a set of requirements that need to be satisfied in order to grant access to certain resource or operation
LARightStateLARight
Each of the different states of a right
LARightStoreLARightStore
Persistent storage for LARightinstances.
LASecretLASecret
Generic secret

Statics§

LAErrorDomainLAError
LocalAuthentication error domain.
LATouchIDAuthenticationMaximumAllowableReuseDurationLAContext
The maximum value for LAContext touchIDAuthenticationAllowableReuseDuration property.

Traits§

LAEnvironmentObserverLAEnvironment
Apple’s documentation