allowDevicePasscodeAsFallback abstract method

AuthCloudApiRegistration allowDevicePasscodeAsFallback(
  1. bool allowDevicePasscodeAsFallback
)

Specifies whether the OS device passcode can be used as fallback during biometric authentication.

If not specified, the device passcode cannot be used as fallback.

This setting and invalidateOnNewOsBiometrics cannot be enabled together.

Params:

  • allowDevicePasscodeAsFallback: indicates whether the device passcode can be used as fallback when using the biometric authenticator.

Returns: an AuthCloudApiRegistration object.

Implementation

AuthCloudApiRegistration allowDevicePasscodeAsFallback(
  bool allowDevicePasscodeAsFallback,
);