@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
13 lines (10 loc) • 485 B
text/typescript
/**
* 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 abstract class DeleteAuthenticatorError extends MobileAuthenticationClientError {}