@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
16 lines (14 loc) • 397 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CancellableHandler = void 0;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The interface that operation or user interaction handlers are derived from.
*/
class CancellableHandler {}
exports.CancellableHandler = CancellableHandler;
//# sourceMappingURL=CancellableHandler.js.map
;