UNPKG

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

Version:

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

16 lines (13 loc) 469 B
"use strict"; /** * Copyright © 2025 Nevis Security AG. All rights reserved. */ import { MobileAuthenticationClientError } from "../MobileAuthenticationClientError.js"; /** * An error occurred during obtaining the FIDO UAF attestation information. * * @group Errors * @category Attestation Information */ export class FidoUafAttestationInformationError extends MobileAuthenticationClientError {} //# sourceMappingURL=FidoUafAttestationInformationError.js.map