@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
14 lines (12 loc) • 385 B
JavaScript
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* Defines the elements of a user prompt (title and description).
*
* Depending on the nature of the user prompt, this object will be either a {@link BiometricPromptOptions}
* or a {@link DevicePasscodePromptOptions}.
*/
export class PromptOptions {}
//# sourceMappingURL=PromptOptions.js.map
;