UNPKG

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

Version:

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

18 lines (15 loc) 751 B
"use strict"; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { MobileAuthenticationClientError } from '../MobileAuthenticationClientError'; /** * An extension of {@link MobileAuthenticationClientError} for the {@link Authentication} operation. * * The SDK returns a {@link SessionProvider} that can be used to continue the authentication. * This can be useful when the SDK is used with Identity Suite and cookies as backend: * even if the FIDO UAF authentication fails, we may want to continue using the * same authentication session to ask the end-user to authenticate in another way. */ export class AuthenticationError extends MobileAuthenticationClientError {} //# sourceMappingURL=AuthenticationError.js.map