Abstract
Abstract
onSpecifies the object that will be invoked if the FIDO UAF attestation information could be obtained. The specified object will receive an optional FidoUafAttestationInformation.
IMPORTANT
Providing the onSuccess is required.
the callback which will be invoked if the FIDO UAF attestation information could be obtained.
a FidoUafAttestationInformationGetter object.
Abstract
onSpecifies the object that will be invoked if the FIDO UAF attestation information could not be obtained.
IMPORTANT
Providing the onError is required.
the callback which receives a FidoUafAttestationInformationError.
a FidoUafAttestationInformationGetter object.
Abstract
executeExecutes the operation asynchronously.
The object that can be used to obtain the information regarding the support of Full Basic Attestation in this device.
IMPORTANT
This operation is Android specific. On iOS the onSuccess will be invoked with
undefined
FIDO UAF attestation information.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.
Usage example:
See
AndroidDeviceCapabilities.fidoUafAttestationInformationGetter