Skip to main content

Enumeration: ACCESS_CONTROL

Enum representing access control options.

Enumeration Members

APPLICATION_PASSWORD

APPLICATION_PASSWORD: "ApplicationPassword"

Constraint to use an application-provided password for data encryption key generation.

Defined in

index.ts:36


BIOMETRY_ANY

BIOMETRY_ANY: "BiometryAny"

Constraint to access an item with Touch ID for any enrolled fingers.

Defined in

index.ts:30


BIOMETRY_ANY_OR_DEVICE_PASSCODE

BIOMETRY_ANY_OR_DEVICE_PASSCODE: "BiometryAnyOrDevicePasscode"

Constraint to access an item with Touch ID for any enrolled fingers or passcode.

Defined in

index.ts:38


BIOMETRY_CURRENT_SET

BIOMETRY_CURRENT_SET: "BiometryCurrentSet"

Constraint to access an item with Touch ID for currently enrolled fingers.

Defined in

index.ts:32


BIOMETRY_CURRENT_SET_OR_DEVICE_PASSCODE

BIOMETRY_CURRENT_SET_OR_DEVICE_PASSCODE: "BiometryCurrentSetOrDevicePasscode"

Constraint to access an item with Touch ID for currently enrolled fingers or passcode.

Defined in

index.ts:40


DEVICE_PASSCODE

DEVICE_PASSCODE: "DevicePasscode"

Constraint to access an item with the device passcode.

Defined in

index.ts:34


USER_PRESENCE

USER_PRESENCE: "UserPresence"

Constraint to access an item with either Touch ID or passcode.

Defined in

index.ts:28