UNPKG

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

Version:

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

20 lines (18 loc) 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserVerificationContext = void 0; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ /** * The object describing the user verification (i.e. the user credential validation) operation to be * done. * * This object contains the information required to ask the user to authenticate: the authenticator * to be used, whether there were previous errors authenticating, etc. */ class UserVerificationContext {} exports.UserVerificationContext = UserVerificationContext; //# sourceMappingURL=UserVerificationContext.js.map