UNPKG

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

Version:

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

17 lines (15 loc) 633 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FidoUafAttestationInformationError = void 0; var _MobileAuthenticationClientError = require("../MobileAuthenticationClientError"); /** * Copyright © 2025 Nevis Security AG. All rights reserved. */ /** * An error occurred during obtaining the FIDO UAF attestation information. */ class FidoUafAttestationInformationError extends _MobileAuthenticationClientError.MobileAuthenticationClientError {} exports.FidoUafAttestationInformationError = FidoUafAttestationInformationError; //# sourceMappingURL=FidoUafAttestationInformationError.js.map