setInvalidatedByBiometricChange

public final SDKConfiguration.Builder setInvalidatedByBiometricChange(Boolean invalidatedByBiometricChange)

Configuration operation to define if the SDK cryptographic keys will be invalidated when the device biometrics settings change.

If invalidatedByBiometricChange is set to true and keys get invalidated by biometric changes, then for all lock configuration types except SDK_PIN_WITH_BIOMETRICS_OPTIONAL the SDK will need to be reset and re-initialized. For the case of SDK_PIN_WITH_BIOMETRICS_OPTIONAL the app may either reset and re-initialize the SDK or re-activateBiometrics.

If invalidatedByBiometricChange is set to true, the device must have at least one valid biometric set up regardless of the LockConfigurationType.

If invalidatedByBiometricChange is not set, it will default to false.

Parameters

invalidatedByBiometricChange

boolean flag to control whether or not the SDK biometrics keys are invalidated when the device biometrics settings are changed