UNPKG

@nevis-security/nevis-mobile-authentication-sdk-react

Version:

React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.

17 lines (15 loc) 608 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceInformationSyncError = void 0; var _MobileAuthenticationClientError = require("../../MobileAuthenticationClientError"); /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ /** * The error that can occur with operations related to a {@link DeviceInformationSync}. */ class DeviceInformationSyncError extends _MobileAuthenticationClientError.MobileAuthenticationClientError {} exports.DeviceInformationSyncError = DeviceInformationSyncError; //# sourceMappingURL=DeviceInformationSyncError.js.map