UNPKG

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

Version:

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

38 lines (34 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FidoUafAttestationInformationCertificateError = void 0; var _FidoUafAttestationInformationError = require("./FidoUafAttestationInformationError"); /** * Copyright © 2025 Nevis Security AG. All rights reserved. */ /** * There was an unexpected error retrieving the certificate information from the device. If this error * happens, it should be assumed that only basic surrogate attestation is supported by the device. */ class FidoUafAttestationInformationCertificateError extends _FidoUafAttestationInformationError.FidoUafAttestationInformationError { /** * Provides details about the error that occurred. */ /** * The exception (if any) that caused this error. */ /** * The default constructor. * * @param description provides details about the error that occurred. * @param cause the exception (if any) that caused this error. */ constructor(description, cause) { super(); this.description = description; this.cause = cause; } } exports.FidoUafAttestationInformationCertificateError = FidoUafAttestationInformationCertificateError; //# sourceMappingURL=FidoUafAttestationInformationCertificateError.js.map