Small cleanup

This commit is contained in:
Benoit Marty 2023-11-03 09:47:01 +01:00
parent b1ee914173
commit 700fa7706d

View file

@ -33,7 +33,7 @@ data class LockScreenConfig(
val isPinMandatory: Boolean, val isPinMandatory: Boolean,
/** /**
* Some PINs are blacklisted. * Some PINs are forbidden.
*/ */
val pinBlacklist: Set<String>, val pinBlacklist: Set<String>,
@ -56,6 +56,7 @@ data class LockScreenConfig(
* Authentication with strong methods (fingerprint, some face/iris unlock implementations) is supported. * Authentication with strong methods (fingerprint, some face/iris unlock implementations) is supported.
*/ */
val isStrongBiometricsEnabled: Boolean, val isStrongBiometricsEnabled: Boolean,
/** /**
* Authentication with weak methods (most face/iris unlock implementations) is supported. * Authentication with weak methods (most face/iris unlock implementations) is supported.
*/ */