UNPKG

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

Version:

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

15 lines (12 loc) 543 B
"use strict"; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { MobileAuthenticationClientError } from '../MobileAuthenticationClientError'; /** * The error which is thrown by {@link LocalData.deleteAuthenticator} in case of any error occurs. * For instance if the provided AAID is not known, or if an error occurred during deleting the associated * FIDO UAF credentials. */ export class DeleteAuthenticatorError extends MobileAuthenticationClientError {} //# sourceMappingURL=DeleteAuthenticatorError.js.map