Contents

IntentAuthenticationPolicy.requiresLocalDeviceAuthentication

A policy that requires the user to authenticate on the local device.

Declaration

case requiresLocalDeviceAuthentication

Discussion

Use this policy if your app intent relies on data or services that are only available when the device is unlocked. The system always prompts a person to unlock if their device is locked, even when the request originates on an authenticated remote device; for example, their connected Apple Watch.

See Also

Authentication policies