@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
21 lines (19 loc) • 759 B
JavaScript
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The object in charge of interacting with the user to do biometric authentication.
*
* The SDK does not provide implementations of this interface.
* The implementation must be done by the user of the SDK if the device passcode authenticator is required.
*
* @see
* - {@link Registration.devicePasscodeUserVerifier}
* - {@link Authentication.devicePasscodeUserVerifier}
* - {@link AuthCloudApiRegistration.devicePasscodeUserVerifier}
* - {@link OutOfBandRegistration.devicePasscodeUserVerifier}
* - {@link OutOfBandAuthentication.devicePasscodeUserVerifier}
*/
export class DevicePasscodeUserVerifier {}
//# sourceMappingURL=DevicePasscodeUserVerifier.js.map
;