Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from LocalAuthentication.framework LAPublicDefines.h }
{$ifndef LocalAuthentication_LAPublicDefines_h}
{$ifdef TYPES}
const
kLAPolicyDeviceOwnerAuthenticationWithBiometrics = 1;
kLAOptionUserFallback = 1;
kLAOptionAuthenticationReason = 2;
kLAErrorAuthenticationFailed = -1;
kLAErrorUserCancel = -2;
kLAErrorUserFallback = -3;
kLAErrorSystemCancel = -4;
kLAErrorPasscodeNotSet = -5;
kLAErrorTouchIDNotAvailable = -6;
kLAErrorTouchIDNotEnrolled = -7;
kLAErrorDomain = 'com.apple.LocalAuthentication';
{$endif}
{$endif}