Small cleanup
This commit is contained in:
parent
b1ee914173
commit
700fa7706d
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue