UNPKG

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

Version:

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

15 lines (13 loc) 468 B
"use strict"; /** * 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. */ export class UserVerificationContext {} //# sourceMappingURL=UserVerificationContext.js.map