isSupported

open override fun isSupported(context: Context, attestation: Attestation): Boolean

Checks if biometric authentication with device credential fallback is supported on the current device.

This method determines whether the device can support the combined authentication approach of biometric methods with device credential fallback. It checks the availability of either weak or strong biometric authentication combined with device credential capabilities.

Return

true if biometric authentication with device credential fallback is supported, false otherwise

Parameters

context

Android context for accessing biometric and security services

attestation

Attestation requirements (not used for basic support checking, but may be relevant for future hardware attestation validation)

See also