Interface DeviceCapabilities
public interface DeviceCapabilities
The interface providing information about the capabilities of
the device. For example it informs of whether the device supports
full basic attestation or not.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of the object that can be used to obtain the information regarding the support of Full Basic Attestation in this device.
-
Method Details
-
fidoUafAttestationInformationGetter
FidoUafAttestationInformationGetter fidoUafAttestationInformationGetter()Returns an instance of the object that can be used to obtain the information regarding the support of Full Basic Attestation in this device. If full basic attestation is required by the backend during registration, and this device does not support it, registration will fail. This information can be used to preemptively inform the user that the device is not supported.This method is only useful when your backend is configured to require full basic attestation during registration.
- Returns:
- a new
FidoUafAttestationInformationGetter
-