@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
19 lines (17 loc) • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PromptOptions = void 0;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* Defines the elements of a user prompt.
*
* Depending on the nature of the user prompt, this object will be either a {@link BiometricPromptOptions},
* a {@link DevicePasscodePromptOptions} or a {@link FingerprintPromptOptions}.
*/
class PromptOptions {}
exports.PromptOptions = PromptOptions;
//# sourceMappingURL=PromptOptions.js.map