UNPKG

@nevis-security/nevis-mobile-authentication-sdk-react

Version:

React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.

25 lines (23 loc) 931 B
"use strict"; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ /** * The object in charge of interacting with the user to do device passcode authentication. * * It is invoked when the operation uses the device passcode ({@link Aaid.DEVICE_PASSCODE}) authenticator. * * 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. * * @group User Interaction * @category Device Passcode * @see * - {@link Registration.devicePasscodeUserVerifier} * - {@link Authentication.devicePasscodeUserVerifier} * - {@link AuthCloudApiRegistration.devicePasscodeUserVerifier} * - {@link OutOfBandRegistration.devicePasscodeUserVerifier} * - {@link OutOfBandAuthentication.devicePasscodeUserVerifier} */ export class DevicePasscodeUserVerifier {} //# sourceMappingURL=DevicePasscodeUserVerifier.js.map