Abstract
Abstract
requestSpecifies the additional request headers that must be included in the HTTP requests sent by the operation.
the HTTP headers.
an HttpOperation object.
Abstract
executeAbstract
mismatchesSpecifies the configuration mismatches to be fixed.
IMPORTANT
Providing the mismatches is required.
the configuration mismatches
a DeviceInformationSync object.
Abstract
onSpecifies the object that will be invoked when the operation completes.
IMPORTANT
Providing the onResult callback is required.
the callback that will be invoked when the operation completes.
a DeviceInformationSync object.
Generated using TypeDoc
The operation that can be executed to correct the DeviceInformationMismatch problems that were found in a DeviceInformationCheck.
The operation works in a best-effort mode: it will try to resolve as many mismatches as possible and will report the errors that occurred (if any) through the DeviceInformationSyncResult.errors method.
WARNING
Some of the changes result in removal of credentials on both the server and client side. Use this class with caution and understanding its implications. The changes that will be applied are described on the documentation of each DeviceInformationMismatch.
This is supported only when the backend uses nevisFIDO 7.2408.** or later.
Usage example:
See