@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
23 lines (21 loc) • 657 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PinUserVerifier = void 0;
/**
* Copyright © 2023-2024 Nevis Security AG. All rights reserved.
*/
/**
* The object in charge of interacting with the user to do PIN authentication.
*
* The SDK does not provide implementations of this interface.
* The implementation must be done by the user of the SDK if the PIN authenticator is required.
*
* @see
* - {@link Authentication.pinUserVerifier}
* - {@link OutOfBandAuthentication.pinUserVerifier}
*/
class PinUserVerifier {}
exports.PinUserVerifier = PinUserVerifier;
//# sourceMappingURL=PinUserVerifier.js.map
;