isSupported
open override fun isSupported(context: Context, attestation: Attestation = Attestation.None): Boolean(source)
Checks if this authenticator supports the given attestation type.
This PIN-based authenticator only supports Attestation.None since it uses software-generated keys without hardware attestation capabilities.
Return
true if attestation is Attestation.None, false otherwise
Parameters
context
Android context (not used)
attestation
The attestation type to check