setUserAuthenticationRequired
fun setUserAuthenticationRequired(required: Boolean, types: Set<CloudUserAuthType>): CloudCreateKeySettings.Builder
Specify if user authentication is required to use the key.
By default, no user authentication is required.
Return
the builder.
Parameters
required
True if user authentication is required, false otherwise.
types
a combination of the flags CloudUserAuthType.PASSCODE and CloudSecureAreaUserAuthType.BIOMETRIC. Cannot be empty if required is true
.