import MfaWebAuthnPlatformChallenge from '@auth0/auth0-acul-js/mfa-webauthn-platform-challenge';const mfaWebAuthnPlatformChallenge = new MfaWebAuthnPlatformChallenge();await mfaWebAuthnPlatformChallenge.verify();
import MfaWebAuthnPlatformChallenge from '@auth0/auth0-acul-js/mfa-webauthn-platform-challenge';const mfaWebAuthnPlatformChallenge = new MfaWebAuthnPlatformChallenge();mfaWebAuthnPlatformChallenge.changeLanguage({ language: 'fr',});
import MfaWebAuthnPlatformChallenge from '@auth0/auth0-acul-js/mfa-webauthn-platform-challenge';const mfaWebAuthnPlatformChallenge = new MfaWebAuthnPlatformChallenge();await mfaWebAuthnPlatformChallenge.reportBrowserError({ error: { name: 'NotAllowedError', message: 'The operation was not allowed.' },});
import MfaWebAuthnPlatformChallenge from '@auth0/auth0-acul-js/mfa-webauthn-platform-challenge';const mfaWebAuthnPlatformChallenge = new MfaWebAuthnPlatformChallenge();await mfaWebAuthnPlatformChallenge.tryAnotherMethod();
import MfaWebAuthnPlatformChallenge from '@auth0/auth0-acul-js/mfa-webauthn-platform-challenge';const mfaWebAuthnPlatformChallenge = new MfaWebAuthnPlatformChallenge();await mfaWebAuthnPlatformChallenge.verify();