setUserAuthenticationRequired

@CanIgnoreReturnValue
open fun setUserAuthenticationRequired(userAuthenticationRequired: Boolean): AccessControlProfile.Builder

Set whether user authentication is required.

This should be used sparingly since disabling user authentication on just a single data element can easily create a Relay Attack if the device on which the credential is stored is compromised.

The default behavior of a AccessControlProfile created from a builder is to require user authentication.

Return

The builder.

Parameters

userAuthenticationRequired

Set to true if user authentication is required, false otherwise.