AuthCheckKitStatus

data class AuthCheckKitStatus(val isDeviceLockSet: Boolean, val isFingerprintSupported: Boolean, val isFaceAuthenticationSupported: Boolean, val biometryEnrollment: BiometricSecurityClass)

Representation of the current device status

Constructors

Link copied to clipboard
constructor(isDeviceLockSet: Boolean, isFingerprintSupported: Boolean, isFaceAuthenticationSupported: Boolean, biometryEnrollment: BiometricSecurityClass)

Properties

Link copied to clipboard

Retrieves the security class of the enrolled biometric authentication.

Link copied to clipboard

Status whether device lock is set.

Link copied to clipboard

Status whether authentication with face ist supported on the device.

Link copied to clipboard

Status whether authentication with fingerprint ist supported on the device.