We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0b6095 + 6513d7d commit 0c48c23Copy full SHA for 0c48c23
auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.kt
@@ -1214,6 +1214,7 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
1214
if (lastAuth == NO_SESSION) return false // No session exists
1215
val policy = localAuthenticationOptions?.policy ?: BiometricPolicy.Always
1216
return when (policy) {
1217
+
1218
is BiometricPolicy.Session,
1219
is BiometricPolicy.AppLifecycle -> {
1220
val timeoutMillis = when (policy) {
0 commit comments