Package-level declarations
Types
Link copied to clipboard
AuthCheckKit service object
Link copied to clipboard
data class AuthCheckKitStatus(val isDeviceLockSet: Boolean, val isFingerprintSupported: Boolean, val isFaceAuthenticationSupported: Boolean, val biometryEnrollment: BiometricSecurityClass)
Representation of the current device status
Link copied to clipboard
Represents the security class of the enrolled biometric authentication based on the Android CCD. Note: Biometric authentication on iOS always maps to class 3 of the Android CCD.