@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
17 lines (14 loc) • 496 B
JavaScript
;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
import { CancellableHandler } from "../CancellableHandler.js";
/**
* The objects consuming the outcome of an interaction where the user provides credentials.
*
* Depending on the type of the authenticator, the credentials must be provided to this object.
*
* @group User Interaction
*/
export class UserVerificationHandler extends CancellableHandler {}
//# sourceMappingURL=UserVerificationHandler.js.map