@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
18 lines (15 loc) • 590 B
JavaScript
;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
import { MobileAuthenticationClientError } from "../MobileAuthenticationClientError.js";
/**
* 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.
*
* @group Errors
* @category Local Data
*/
export class DeleteAuthenticatorError extends MobileAuthenticationClientError {}
//# sourceMappingURL=DeleteAuthenticatorError.js.map