@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
16 lines (14 loc) • 437 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MobileAuthenticationClientError = void 0;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The parent of all the errors that can be returned.
*/
class MobileAuthenticationClientError {}
exports.MobileAuthenticationClientError = MobileAuthenticationClientError;
//# sourceMappingURL=MobileAuthenticationClientError.js.map
;