Abstract
Abstract
mismatchesReturns the mismatches configuration mismatches between the mobile SDK.
WARNING
If your application has been upgraded from versions of the SDK previous to 3.8.0, and thus
some users were registered using earlier versions, some false positive MissingAuthenticatorInServer
mismatches can be returned for those users.
Abstract
errorsReturns the errors that occurred retrieving the configuration mismatches.
the errors that occurred retrieving the configuration mismatches.
Static
fromAlternate constructor that creates a DeviceInformationCheckResult from a json.
the created DeviceInformationCheckResult instance.
Generated using TypeDoc
This is the result of the DeviceInformationCheck operation.
If configuration mismatches in a given server could be found, but retrieving the server configuration failed for another server. The found mismatches will be returned by the mismatches property, and the error will be returned by the errors property.
See
DeviceInformationCheck