@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
22 lines (20 loc) • 692 B
JavaScript
;
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
/**
* The object in charge of interacting with the user to do password authentication.
*
* It is invoked when the operation uses the password ({@link Aaid.PASSWORD}) authenticator.
*
* The SDK does not provide implementations of this interface.
* The implementation must be done by the user of the SDK if the password authenticator is required.
*
* @group User Interaction
* @category Password
* @see
* - {@link Authentication.passwordUserVerifier}
* - {@link OutOfBandAuthentication.passwordUserVerifier}
*/
export class PasswordUserVerifier {}
//# sourceMappingURL=PasswordUserVerifier.js.map