UNPKG

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

Version:

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

23 lines (20 loc) 605 B
"use strict"; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { PinPolicyProvider } from "./PinPolicyProvider.js"; /** * The object in charge of PIN enrollment. * * The SDK does not provide implementations of this interface. * The implementation must be done by the user of the SDK. * * @group User Interaction * @category Pin * @see * - {@link Registration.pinEnroller} * - {@link AuthCloudApiRegistration.pinEnroller} * - {@link OutOfBandRegistration.pinEnroller} */ export class PinEnroller extends PinPolicyProvider {} //# sourceMappingURL=PinEnroller.js.map