From d421892f82fb4331a55ee1360fff82a5b84db4d5 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 13 May 2026 17:09:44 +0200 Subject: [PATCH 1/6] fix(DOCS-5494): remove unsupported custom prompt data fields from ACUL JS SDK docs - Remove `## Indexable` sections from 53 non-supported screen option interface files; `## Indexable` / `[key: string]` custom prompt data is only valid on 10 supported screens (Login, LoginId, LoginPassword, LoginPasswordlessSmsOtp, LoginPasswordlessEmailCode, Signup, SignupId, SignupPassword, PasskeyEnrollment, PasskeyEnrollmentLocal) - Remove `[`key`: `string`]` ParamField entries from method Expandable blocks in 69 non-supported screen class files; for CustomOptions-only methods, remove the entire Method Parameters / Expandable block since no meaningful parameters remain Co-Authored-By: Claude Opus 4.6 --- .../Screens/classes/AcceptInvitation.mdx | 17 ------ .../classes/BruteForceProtectionUnblock.mdx | 17 ------ .../BruteForceProtectionUnblockFailure.mdx | 4 -- .../BruteForceProtectionUnblockSuccess.mdx | 4 -- .../acul/js-sdk/Screens/classes/Consent.mdx | 30 ---------- .../Screens/classes/CustomizedConsent.mdx | 30 ---------- .../Screens/classes/DeviceCodeActivation.mdx | 8 --- .../classes/DeviceCodeActivationAllowed.mdx | 4 -- .../classes/DeviceCodeActivationDenied.mdx | 4 -- .../classes/DeviceCodeConfirmation.mdx | 30 ---------- .../classes/EmailIdentifierChallenge.mdx | 34 ----------- .../Screens/classes/EmailOTPChallenge.mdx | 21 ------- .../classes/EmailVerificationResult.mdx | 4 -- .../Screens/classes/InterstitialCaptcha.mdx | 8 --- .../classes/LoginEmailVerification.mdx | 12 ---- .../acul/js-sdk/Screens/classes/Logout.mdx | 8 --- .../js-sdk/Screens/classes/LogoutAborted.mdx | 4 -- .../js-sdk/Screens/classes/LogoutComplete.mdx | 4 -- .../Screens/classes/MfaBeginEnrollOptions.mdx | 8 --- .../Screens/classes/MfaCountryCodes.mdx | 21 ------- .../classes/MfaDetectBrowserCapabilities.mdx | 17 ------ .../Screens/classes/MfaEmailChallenge.mdx | 29 --------- .../js-sdk/Screens/classes/MfaEmailList.mdx | 21 ------- .../Screens/classes/MfaEnrollResult.mdx | 4 -- .../Screens/classes/MfaLoginOptions.mdx | 21 ------- .../Screens/classes/MfaOtpChallenge.mdx | 12 ---- .../Screens/classes/MfaOtpEnrollmentCode.mdx | 25 -------- .../Screens/classes/MfaOtpEnrollmentQr.mdx | 34 ----------- .../Screens/classes/MfaPhoneChallenge.mdx | 16 ----- .../Screens/classes/MfaPhoneEnrollment.mdx | 34 ----------- .../Screens/classes/MfaPushChallengePush.mdx | 38 ------------ .../Screens/classes/MfaPushEnrollmentQr.mdx | 21 ------- .../js-sdk/Screens/classes/MfaPushList.mdx | 21 ------- .../js-sdk/Screens/classes/MfaPushWelcome.mdx | 30 ---------- .../classes/MfaRecoveryCodeChallenge.mdx | 21 ------- .../MfaRecoveryCodeChallengeNewCode.mdx | 8 --- .../classes/MfaRecoveryCodeEnrollment.mdx | 8 --- .../Screens/classes/MfaSmsChallenge.mdx | 60 ------------------- .../Screens/classes/MfaSmsEnrollment.mdx | 34 ----------- .../js-sdk/Screens/classes/MfaSmsList.mdx | 21 ------- .../Screens/classes/MfaVoiceChallenge.mdx | 60 ------------------- .../Screens/classes/MfaVoiceEnrollment.mdx | 34 ----------- .../classes/MfaWebAuthnChangeKeyNickname.mdx | 8 --- .../classes/MfaWebAuthnEnrollmentSuccess.mdx | 17 ------ .../Screens/classes/MfaWebAuthnError.mdx | 56 ----------------- .../classes/MfaWebAuthnNotAvailableError.mdx | 17 ------ .../classes/MfaWebAuthnPlatformChallenge.mdx | 12 ---- .../classes/MfaWebAuthnPlatformEnrollment.mdx | 43 ------------- .../classes/MfaWebAuthnRoamingChallenge.mdx | 12 ---- .../classes/MfaWebAuthnRoamingEnrollment.mdx | 21 ------- .../Screens/classes/OrganizationPicker.mdx | 21 ------- .../Screens/classes/OrganizationSelection.mdx | 8 --- .../classes/PhoneIdentifierChallenge.mdx | 60 ------------------- .../classes/PhoneIdentifierEnrollment.mdx | 21 ------- .../js-sdk/Screens/classes/RedeemTicket.mdx | 17 ------ .../js-sdk/Screens/classes/ResetPassword.mdx | 8 --- .../Screens/classes/ResetPasswordEmail.mdx | 17 ------ .../Screens/classes/ResetPasswordError.mdx | 4 -- .../ResetPasswordMfaEmailChallenge.mdx | 16 ----- .../classes/ResetPasswordMfaOtpChallenge.mdx | 12 ---- .../ResetPasswordMfaPhoneChallenge.mdx | 12 ---- .../ResetPasswordMfaPushChallengePush.mdx | 56 ----------------- .../ResetPasswordMfaRecoveryCodeChallenge.mdx | 21 ------- .../classes/ResetPasswordMfaSmsChallenge.mdx | 47 --------------- .../ResetPasswordMfaVoiceChallenge.mdx | 47 --------------- ...etPasswordMfaWebAuthnPlatformChallenge.mdx | 16 ----- ...setPasswordMfaWebAuthnRoamingChallenge.mdx | 16 ----- .../Screens/classes/ResetPasswordRequest.mdx | 21 ------- .../Screens/classes/ResetPasswordSuccess.mdx | 4 -- .../interfaces/ConfirmLogoutOptions.mdx | 4 -- .../Screens/interfaces/ContinueOTPOptions.mdx | 6 -- .../Screens/interfaces/ContinueOptions.mdx | 6 -- .../interfaces/ContinuePayloadOptions.mdx | 6 -- .../DeviceCodeActivationContinueOptions.mdx | 4 -- .../interfaces/EmailChallengeOptions.mdx | 4 -- .../Screens/interfaces/LoginEnrollOptions.mdx | 6 -- .../Screens/interfaces/MfaEnrollOptions.mdx | 6 -- .../interfaces/MfaOtpContinueOptions.mdx | 6 -- .../MfaOtpEnrollmentQrContinueOptions.mdx | 4 -- .../MfaOtpTryAnotherMethodOptions.mdx | 8 +-- .../MfaPhoneChallengeContinueOptions.mdx | 4 -- ...PhoneChallengePickAuthenticatorOptions.mdx | 6 +- .../MfaPhoneChallengePickPhoneOptions.mdx | 6 +- .../MfaPhoneEnrollmentContinueOptions.mdx | 4 -- ...MfaPushEnrollmentQrWithRememberOptions.mdx | 4 -- ...faRecoveryCodeChallengeContinueOptions.mdx | 4 -- ...eryCodeChallengeNewCodeContinueOptions.mdx | 6 +- ...aRecoveryCodeEnrollmentContinueOptions.mdx | 4 -- .../interfaces/MfaSmsChallengeOptions.mdx | 4 -- .../interfaces/MfaSmsEnrollmentOptions.mdx | 4 -- .../Screens/interfaces/MfaSmsListOptions.mdx | 6 -- .../MfaVoiceChallengeContinueOptions.mdx | 6 -- .../MfaVoiceEnrollmentContinueOptions.mdx | 4 -- ...bAuthnChangeKeyNicknameContinueOptions.mdx | 4 -- ...atformChallengeTryAnotherMethodOptions.mdx | 6 +- ...oamingChallengeTryAnotherMethodOptions.mdx | 6 +- ...amingEnrollmentTryAnotherMethodOptions.mdx | 8 +-- .../interfaces/PhoneChallengeOptions.mdx | 4 -- .../interfaces/PhoneEnrollmentOptions.mdx | 4 -- .../interfaces/ResetPasswordEmailOptions.mdx | 6 +- ...PasswordMfaOtpChallengeContinueOptions.mdx | 6 -- ...MfaOtpChallengeTryAnotherMethodOptions.mdx | 8 +-- ...sswordMfaPhoneChallengeContinueOptions.mdx | 4 -- ...aPhoneChallengeTryAnotherMethodOptions.mdx | 4 -- .../ResetPasswordMfaSmsChallengeOptions.mdx | 4 -- ...sswordMfaVoiceChallengeContinueOptions.mdx | 4 -- ...bAuthnPlatformChallengeContinueOptions.mdx | 4 -- ...atformChallengeTryAnotherMethodOptions.mdx | 6 +- ...oamingChallengeTryAnotherMethodOptions.mdx | 4 -- ...nRoamingChallengeUseSecurityKeyOptions.mdx | 4 -- .../interfaces/ResetPasswordOptions.mdx | 4 -- .../ResetPasswordRequestOptions.mdx | 4 -- .../interfaces/SelectMfaEmailOptions.mdx | 6 -- .../interfaces/SelectMfaPushDeviceOptions.mdx | 4 -- .../interfaces/SubmitCaptchaOptions.mdx | 4 -- ...TryAnotherMethodMfaOtpChallengeOptions.mdx | 8 +-- .../interfaces/TryAnotherMethodOptions.mdx | 8 +-- .../TryAnotherMethodPayloadOptions.mdx | 8 +-- .../VerifyPlatformAuthenticatorOptions.mdx | 4 -- .../interfaces/VerifySecurityKeyOptions.mdx | 4 -- .../WebAuthnEnrollSuccessContinueOptions.mdx | 6 +- .../interfaces/WithRememberOptions.mdx | 4 -- 122 files changed, 14 insertions(+), 1709 deletions(-) diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx index 48be1dbda2..be46a1dc2a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx @@ -66,19 +66,6 @@ import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation'; const acceptInvitationManager = new AcceptInvitation(); await acceptInvitationManager.acceptInvitation(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -107,10 +94,6 @@ acceptInvitationManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx index ff1523ecfa..4db96fc2a9 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx @@ -84,10 +84,6 @@ bruteForceProtectionUnblockManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -110,17 +106,4 @@ import BruteForceProtectionUnblock from '@auth0/auth0-acul-js/brute-force-protec const bruteForceProtectionUnblockManager = new BruteForceProtectionUnblock(); await bruteForceProtectionUnblockManager.unblockAccount(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx index 6364b2cb60..39cada80ee 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx @@ -84,10 +84,6 @@ bruteForceProtectionUnblockFailureManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx index 5d49e25212..92a9cfe210 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx @@ -84,10 +84,6 @@ bruteForceProtectionUnblockSuccessManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx index 3f71c7e65b..e13a1aed55 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx @@ -66,19 +66,6 @@ import Consent from '@auth0/auth0-acul-js/consent'; const consentManager = new Consent(); await consentManager.accept(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -107,10 +94,6 @@ consentManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -126,19 +109,6 @@ import Consent from '@auth0/auth0-acul-js/consent'; const consentManager = new Consent(); await consentManager.deny(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx index 1a066a05cd..033a076439 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx @@ -66,19 +66,6 @@ import CustomizedConsent from '@auth0/auth0-acul-js/customized-consent'; const customizedConsentManager = new CustomizedConsent(); await customizedConsentManager.accept(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -107,10 +94,6 @@ customizedConsentManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -126,19 +109,6 @@ import CustomizedConsent from '@auth0/auth0-acul-js/customized-consent'; const customizedConsentManager = new CustomizedConsent(); await customizedConsentManager.deny(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx index 12207786f4..3e91b3a675 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx @@ -82,10 +82,6 @@ deviceCodeActivationManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -111,10 +107,6 @@ await deviceCodeActivationManager.continue({ code: 'ABCD-1234' }); The device code entered by the user. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx index 6f31243128..9944c32705 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx @@ -81,10 +81,6 @@ deviceCodeActivationAllowedManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx index d22eabd9df..10326d1a5e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx @@ -81,10 +81,6 @@ deviceCodeActivationDeniedManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx index 58ebcfb4f9..396d8b7db4 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx @@ -66,19 +66,6 @@ import DeviceCodeConfirmation from '@auth0/auth0-acul-js/device-code-confirmatio const deviceCodeConfirmationManager = new DeviceCodeConfirmation(); await deviceCodeConfirmationManager.cancel(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -107,10 +94,6 @@ deviceCodeConfirmationManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -126,19 +109,6 @@ import DeviceCodeConfirmation from '@auth0/auth0-acul-js/device-code-confirmatio const deviceCodeConfirmationManager = new DeviceCodeConfirmation(); await deviceCodeConfirmationManager.confirm(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx index 491ac87ccb..4dbb66f47f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx @@ -82,10 +82,6 @@ emailIdentifierChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -108,19 +104,6 @@ import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-chal const emailIdentifierChallengeManager = new EmailIdentifierChallenge(); await emailIdentifierChallengeManager.resendCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -169,19 +152,6 @@ import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-chal const emailIdentifierChallengeManager = new EmailIdentifierChallenge(); await emailIdentifierChallengeManager.returnToPrevious(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -208,10 +178,6 @@ await emailIdentifierChallengeManager.submitEmailChallenge({ code: 'your-code' } The CAPTCHA response token, if CAPTCHA is enabled for this tenant. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx index 28cb1625a5..18ba1821df 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx @@ -82,10 +82,6 @@ emailOTPChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -108,19 +104,6 @@ import EmailOTPChallenge from '@auth0/auth0-acul-js/email-otp-challenge'; const emailOTPChallengeManager = new EmailOTPChallenge(); await emailOTPChallengeManager.resendCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -179,10 +162,6 @@ await emailOTPChallengeManager.submitCode({ code: '123456' }); The OTP code that the user enters to submit. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx index b9724a0e9c..89972ee448 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx @@ -82,10 +82,6 @@ emailVerificationResultManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx index 688aef56e2..521a8d1673 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx @@ -82,10 +82,6 @@ interstitialCaptchaManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -118,10 +114,6 @@ await interstitialCaptchaManager.submitCaptcha({ captcha: 'captchaValue' }); The CAPTCHA response token. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx index 79ca006c76..ed7be2ec49 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx @@ -85,10 +85,6 @@ loginEmailVerificationManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -116,10 +112,6 @@ loginEmailVerificationManager.continueWithCode({ The verification code sent to the user's email. - - - Additional data collected from the user. - @@ -149,10 +141,6 @@ loginEmailVerificationManager.resendCode(); CustomOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx index ab57c6cd4a..734375a8bc 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx @@ -84,10 +84,6 @@ logoutManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -115,10 +111,6 @@ logoutManager.confirmLogout({ The authentication transaction state. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx index 7befd03662..9fb347d348 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx @@ -85,10 +85,6 @@ logoutAbortedManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx index ef6d9801db..ba3ecee807 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx @@ -84,10 +84,6 @@ logoutCompleteManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx index caa88d7534..9a0c80f04e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx @@ -84,10 +84,6 @@ mfaBeginEnrollOptions.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -116,10 +112,6 @@ await mfaBeginEnrollOptions.enroll({ The action indicating which factor to enroll. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx index 70fb8243bb..7c250aae5d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx @@ -86,10 +86,6 @@ mfaCountryCodes.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -111,19 +107,6 @@ import MfaCountryCodes from '@auth0/auth0-acul-js/mfa-country-codes'; const mfaCountryCodes = new MfaCountryCodes(); await mfaCountryCodes.goBack(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -154,10 +137,6 @@ await mfaCountryCodes.selectCountryCode({ The phone prefix (for example, `'+1'`, `'+44'`). - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx index e29835c447..cce621f801 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx @@ -82,10 +82,6 @@ mfaDetectBrowserCapabilities.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -101,19 +97,6 @@ import MfaDetectBrowserCapabilities from '@auth0/auth0-acul-js/mfa-detect-browse const mfaDetectBrowserCapabilities = new MfaDetectBrowserCapabilities(); await mfaDetectBrowserCapabilities.detectCapabilities(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx index 25073a78f5..ab71f85363 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx @@ -86,10 +86,6 @@ mfaEmailChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -123,10 +119,6 @@ await mfaEmailChallenge.continue({ Indicates whether to remember the device. - - - Additional data collected from the user. - @@ -149,19 +141,6 @@ import MfaEmailChallenge from '@auth0/auth0-acul-js/mfa-email-challenge'; const mfaEmailChallenge = new MfaEmailChallenge(); await mfaEmailChallenge.pickEmail(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -180,10 +159,6 @@ await mfaEmailChallenge.resendCode(); ResendCodePayloadOptions}> - - - Additional data collected from the user. - @@ -248,10 +223,6 @@ await mfaEmailChallenge.tryAnotherMethod(); TryAnotherMethodPayloadOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx index 170daf144a..dd8e587e83 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx @@ -85,10 +85,6 @@ mfaEmailList.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -111,19 +107,6 @@ import MfaEmailList from '@auth0/auth0-acul-js/mfa-email-list'; const mfaEmailList = new MfaEmailList(); await mfaEmailList.goBack(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -149,10 +132,6 @@ await mfaEmailList.selectMfaEmail({ The index of the email to select. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx index 9a266ae9bc..d66a352ef4 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx @@ -82,10 +82,6 @@ mfaEnrollResult.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx index 7517023d52..0c77a2e175 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx @@ -85,10 +85,6 @@ mfaLoginOptions.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -117,10 +113,6 @@ await mfaLoginOptions.enroll({ The action indicating which factor to enroll. - - - Additional data collected from the user. - @@ -143,17 +135,4 @@ import MfaLoginOptions from '@auth0/auth0-acul-js/mfa-login-options'; const mfaLoginOptions = new MfaLoginOptions(); await mfaLoginOptions.returnToPrevious(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx index cf90b20ee3..60fa21a16d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx @@ -86,10 +86,6 @@ mfaOtpChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -123,10 +119,6 @@ await mfaOtpChallenge.continue({ Indicates whether to remember the browser. - - - Additional data collected from the user. - @@ -155,10 +147,6 @@ await mfaOtpChallenge.tryAnotherMethod(); TryAnotherMethodMfaOtpChallengeOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx index d551fcf3ce..5de131e3a8 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx @@ -85,10 +85,6 @@ mfaOtpEnrollmentCode.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -117,10 +113,6 @@ await mfaOtpEnrollmentCode.continue({ The OTP code entered by the user. - - - Additional data collected from the user. - @@ -143,19 +135,6 @@ import MfaOtpEnrollmentCode from '@auth0/auth0-acul-js/mfa-otp-enrollment-code'; const mfaOtpEnrollmentCode = new MfaOtpEnrollmentCode(); await mfaOtpEnrollmentCode.toggleView(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -175,10 +154,6 @@ await mfaOtpEnrollmentCode.tryAnotherMethod(); MfaOtpTryAnotherMethodOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx index 5dad0c64a2..ec9ffbfa7e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx @@ -83,10 +83,6 @@ mfaOtpEnrollmentQr.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -113,10 +109,6 @@ await mfaOtpEnrollmentQr.continue({ code: '123456' }); The OTP code entered by the user. - - - Additional data collected from the user. - @@ -139,19 +131,6 @@ import MfaOtpEnrollmentQr from '@auth0/auth0-acul-js/mfa-otp-enrollment-qr'; const mfaOtpEnrollmentQr = new MfaOtpEnrollmentQr(); await mfaOtpEnrollmentQr.toggleView(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -165,17 +144,4 @@ import MfaOtpEnrollmentQr from '@auth0/auth0-acul-js/mfa-otp-enrollment-qr'; const mfaOtpEnrollmentQr = new MfaOtpEnrollmentQr(); await mfaOtpEnrollmentQr.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx index 1aaad4cc98..6a99077ce5 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx @@ -84,10 +84,6 @@ mfaPhoneChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -114,10 +110,6 @@ await mfaPhoneChallenge.continue({ type: 'sms' }); The delivery method for the MFA code. - - - Additional data collected from the user. - @@ -146,10 +138,6 @@ await mfaPhoneChallenge.pickPhone(); MfaPhoneChallengePickPhoneOptions}> - - - Additional data collected from the user. - @@ -172,10 +160,6 @@ await mfaPhoneChallenge.tryAnotherMethod(); MfaPhoneChallengePickAuthenticatorOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx index d4743e30f6..3a9c25e5f5 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx @@ -83,10 +83,6 @@ mfaPhoneEnrollment.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -117,10 +113,6 @@ await mfaPhoneEnrollment.continueEnrollment({ phone: '+1234567890', type: 'sms' The delivery method for the verification code. - - - Additional data collected from the user. - @@ -143,19 +135,6 @@ import MfaPhoneEnrollment from '@auth0/auth0-acul-js/mfa-phone-enrollment'; const mfaPhoneEnrollment = new MfaPhoneEnrollment(); await mfaPhoneEnrollment.pickCountryCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -169,17 +148,4 @@ import MfaPhoneEnrollment from '@auth0/auth0-acul-js/mfa-phone-enrollment'; const mfaPhoneEnrollment = new MfaPhoneEnrollment(); await mfaPhoneEnrollment.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx index 09a5b96371..99bbebedd5 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx @@ -83,10 +83,6 @@ mfaPushChallengePush.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -113,10 +109,6 @@ await mfaPushChallengePush.continue(); Indicates whether to remember the device. - - - Additional data collected from the user. - @@ -133,19 +125,6 @@ import MfaPushChallengePush from '@auth0/auth0-acul-js/mfa-push-challenge-push'; const mfaPushChallengePush = new MfaPushChallengePush(); await mfaPushChallengePush.enterCodeManually(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -232,10 +211,6 @@ await mfaPushChallengePush.resendPushNotification(); Indicates whether to remember the device. - - - Additional data collected from the user. - @@ -252,17 +227,4 @@ import MfaPushChallengePush from '@auth0/auth0-acul-js/mfa-push-challenge-push'; const mfaPushChallengePush = new MfaPushChallengePush(); await mfaPushChallengePush.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx index 69f8c34854..69f3fceafd 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx @@ -83,10 +83,6 @@ mfaPushEnrollmentQr.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -113,10 +109,6 @@ await mfaPushEnrollmentQr.continue(); Indicates whether to remember the device. - - - Additional data collected from the user. - @@ -139,19 +131,6 @@ import MfaPushEnrollmentQr from '@auth0/auth0-acul-js/mfa-push-enrollment-qr'; const mfaPushEnrollmentQr = new MfaPushEnrollmentQr(); await mfaPushEnrollmentQr.pickAuthenticator(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx index 59f3e7f184..dcf4907a71 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx @@ -83,10 +83,6 @@ mfaPushList.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -109,19 +105,6 @@ import MfaPushList from '@auth0/auth0-acul-js/mfa-push-list'; const mfaPushList = new MfaPushList(); await mfaPushList.goBack(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -145,10 +128,6 @@ await mfaPushList.selectMfaPushDevice({ deviceIndex: 0 }); The index of the device to select from the list of enrolled devices. The index is 0-based. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx index 4ebe27fc46..ff330b419d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx @@ -83,10 +83,6 @@ mfaPushWelcome.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -103,19 +99,6 @@ import MfaPushWelcome from '@auth0/auth0-acul-js/mfa-push-welcome'; const mfaPushWelcome = new MfaPushWelcome(); await mfaPushWelcome.enroll(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -135,17 +118,4 @@ import MfaPushWelcome from '@auth0/auth0-acul-js/mfa-push-welcome'; const mfaPushWelcome = new MfaPushWelcome(); await mfaPushWelcome.pickAuthenticator(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx index 9a97d3d5e5..2ab6c0bcb1 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx @@ -84,10 +84,6 @@ mfaRecoveryCodeChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -114,10 +110,6 @@ await mfaRecoveryCodeChallenge.continue({ code: 'YOUR_RECOVERY_CODE' }); The recovery code entered by the user. - - - Additional data collected from the user. - @@ -140,17 +132,4 @@ import MfaRecoveryCodeChallenge from '@auth0/auth0-acul-js/mfa-recovery-code-cha const mfaRecoveryCodeChallenge = new MfaRecoveryCodeChallenge(); await mfaRecoveryCodeChallenge.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx index 7e6210e051..13a00352ba 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx @@ -84,10 +84,6 @@ mfaRecoveryCodeChallengeNewCode.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -110,10 +106,6 @@ await mfaRecoveryCodeChallengeNewCode.continue(); MfaRecoveryCodeChallengeNewCodeContinueOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx index ee2d52c27c..f1d222a6f0 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx @@ -84,10 +84,6 @@ mfaRecoveryCodeEnrollment.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -114,10 +110,6 @@ await mfaRecoveryCodeEnrollment.continue({ isCodeCopied: true }); Indicates whether the user has copied the recovery code. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx index 514675ea7c..7a7ba9a339 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx @@ -87,10 +87,6 @@ mfaSmsChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -124,10 +120,6 @@ await mfaSmsChallenge.continueMfaSmsChallenge({ When set to `true`, registers this device as trusted so the user is not prompted for MFA on subsequent logins from the same device. - - - Additional data collected from the user. - @@ -144,19 +136,6 @@ import MfaSmsChallenge from '@auth0/auth0-acul-js/mfa-sms-challenge'; const mfaSmsChallenge = new MfaSmsChallenge(); await mfaSmsChallenge.getACall(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -176,19 +155,6 @@ import MfaSmsChallenge from '@auth0/auth0-acul-js/mfa-sms-challenge'; const mfaSmsChallenge = new MfaSmsChallenge(); await mfaSmsChallenge.pickSms(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -202,19 +168,6 @@ import MfaSmsChallenge from '@auth0/auth0-acul-js/mfa-sms-challenge'; const mfaSmsChallenge = new MfaSmsChallenge(); await mfaSmsChallenge.resendCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -272,17 +225,4 @@ import MfaSmsChallenge from '@auth0/auth0-acul-js/mfa-sms-challenge'; const mfaSmsChallenge = new MfaSmsChallenge(); await mfaSmsChallenge.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx index 3ba1437009..1a0f56f14b 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx @@ -84,10 +84,6 @@ mfaSmsEnrollment.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -118,10 +114,6 @@ await mfaSmsEnrollment.continueEnrollment({ phone: '1234567890' }); The user's phone number. - - - Additional data collected from the user. - @@ -144,19 +136,6 @@ import MfaSmsEnrollment from '@auth0/auth0-acul-js/mfa-sms-enrollment'; const mfaSmsEnrollment = new MfaSmsEnrollment(); await mfaSmsEnrollment.pickCountryCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -170,17 +149,4 @@ import MfaSmsEnrollment from '@auth0/auth0-acul-js/mfa-sms-enrollment'; const mfaSmsEnrollment = new MfaSmsEnrollment(); await mfaSmsEnrollment.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx index bcf9eee89c..f4e3821ef3 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx @@ -68,19 +68,6 @@ import MfaSmsList from '@auth0/auth0-acul-js/mfa-sms-list'; const mfaSmsList = new MfaSmsList(); await mfaSmsList.backAction(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -110,10 +97,6 @@ mfaSmsList.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -146,10 +129,6 @@ await mfaSmsList.selectPhoneNumber({ index: 0 }); The index of the phone number to select. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx index 9160b780fc..3bd0199e4e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx @@ -84,10 +84,6 @@ mfaVoiceChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -121,10 +117,6 @@ await mfaVoiceChallenge.continue({ When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. - - - Additional data collected from the user. - @@ -147,19 +139,6 @@ import MfaVoiceChallenge from '@auth0/auth0-acul-js/mfa-voice-challenge'; const mfaVoiceChallenge = new MfaVoiceChallenge(); await mfaVoiceChallenge.pickPhone(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -173,19 +152,6 @@ import MfaVoiceChallenge from '@auth0/auth0-acul-js/mfa-voice-challenge'; const mfaVoiceChallenge = new MfaVoiceChallenge(); await mfaVoiceChallenge.resendCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -243,19 +209,6 @@ import MfaVoiceChallenge from '@auth0/auth0-acul-js/mfa-voice-challenge'; const mfaVoiceChallenge = new MfaVoiceChallenge(); await mfaVoiceChallenge.switchToSms(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -269,17 +222,4 @@ import MfaVoiceChallenge from '@auth0/auth0-acul-js/mfa-voice-challenge'; const mfaVoiceChallenge = new MfaVoiceChallenge(); await mfaVoiceChallenge.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx index fe23a21875..da523943bb 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx @@ -84,10 +84,6 @@ mfaVoiceEnrollment.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -114,10 +110,6 @@ await mfaVoiceEnrollment.continue({ phone: '+1234567890' }); The user's phone number to receive the voice call. - - - Additional data collected from the user. - @@ -140,19 +132,6 @@ import MfaVoiceEnrollment from '@auth0/auth0-acul-js/mfa-voice-enrollment'; const mfaVoiceEnrollment = new MfaVoiceEnrollment(); await mfaVoiceEnrollment.selectPhoneCountryCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -166,17 +145,4 @@ import MfaVoiceEnrollment from '@auth0/auth0-acul-js/mfa-voice-enrollment'; const mfaVoiceEnrollment = new MfaVoiceEnrollment(); await mfaVoiceEnrollment.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx index e6a7566a7f..af44e14488 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx @@ -84,10 +84,6 @@ mfaWebAuthnChangeKeyNickname.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -114,10 +110,6 @@ await mfaWebAuthnChangeKeyNickname.continueWithNewNickname({ nickname: 'My YubiK The new nickname for the WebAuthn security key. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx index 253366ffa3..1660ce1e1e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx @@ -84,10 +84,6 @@ mfaWebAuthnEnrollmentSuccess.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -104,19 +100,6 @@ import MfaWebAuthnEnrollmentSuccess from '@auth0/auth0-acul-js/mfa-webauthn-enro const mfaWebAuthnEnrollmentSuccess = new MfaWebAuthnEnrollmentSuccess(); await mfaWebAuthnEnrollmentSuccess.continue(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx index 745b9ce18d..825c187ae0 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx @@ -84,10 +84,6 @@ mfaWebAuthnError.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -110,19 +106,6 @@ import MfaWebAuthnError from '@auth0/auth0-acul-js/mfa-webauthn-error'; const mfaWebAuthnError = new MfaWebAuthnError(); await mfaWebAuthnError.noThanks(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -136,19 +119,6 @@ import MfaWebAuthnError from '@auth0/auth0-acul-js/mfa-webauthn-error'; const mfaWebAuthnError = new MfaWebAuthnError(); await mfaWebAuthnError.tryAgain(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -162,19 +132,6 @@ import MfaWebAuthnError from '@auth0/auth0-acul-js/mfa-webauthn-error'; const mfaWebAuthnError = new MfaWebAuthnError(); await mfaWebAuthnError.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -188,17 +145,4 @@ import MfaWebAuthnError from '@auth0/auth0-acul-js/mfa-webauthn-error'; const mfaWebAuthnError = new MfaWebAuthnError(); await mfaWebAuthnError.usePassword(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx index c2765d73cc..c368f0c6ba 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx @@ -84,10 +84,6 @@ mfaWebAuthnNotAvailableError.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -110,17 +106,4 @@ import MfaWebAuthnNotAvailableError from '@auth0/auth0-acul-js/mfa-webauthn-not- const mfaWebAuthnNotAvailableError = new MfaWebAuthnNotAvailableError(); await mfaWebAuthnNotAvailableError.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx index f3a956b882..1f0965fb64 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx @@ -84,10 +84,6 @@ mfaWebAuthnPlatformChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -145,10 +141,6 @@ await mfaWebAuthnPlatformChallenge.tryAnotherMethod(); MfaWebAuthnPlatformChallengeTryAnotherMethodOptions}> - - - Additional data collected from the user. - @@ -175,10 +167,6 @@ await mfaWebAuthnPlatformChallenge.verify(); When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx index d068fd0ea8..901896b063 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx @@ -84,10 +84,6 @@ mfaWebAuthnPlatformEnrollment.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -110,19 +106,6 @@ import MfaWebAuthnPlatformEnrollment from '@auth0/auth0-acul-js/mfa-webauthn-pla const mfaWebAuthnPlatformEnrollment = new MfaWebAuthnPlatformEnrollment(); await mfaWebAuthnPlatformEnrollment.refuseEnrollmentOnThisDevice(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -165,19 +148,6 @@ import MfaWebAuthnPlatformEnrollment from '@auth0/auth0-acul-js/mfa-webauthn-pla const mfaWebAuthnPlatformEnrollment = new MfaWebAuthnPlatformEnrollment(); await mfaWebAuthnPlatformEnrollment.snoozeEnrollment(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -191,17 +161,4 @@ import MfaWebAuthnPlatformEnrollment from '@auth0/auth0-acul-js/mfa-webauthn-pla const mfaWebAuthnPlatformEnrollment = new MfaWebAuthnPlatformEnrollment(); await mfaWebAuthnPlatformEnrollment.submitPasskeyCredential(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx index 3ef5d20c47..22de81d3eb 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx @@ -84,10 +84,6 @@ mfaWebAuthnRoamingChallenge.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -145,10 +141,6 @@ await mfaWebAuthnRoamingChallenge.tryAnotherMethod(); MfaWebAuthnRoamingChallengeTryAnotherMethodOptions}> - - - Additional data collected from the user. - @@ -175,10 +167,6 @@ await mfaWebAuthnRoamingChallenge.verify(); When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx index 0472dc50d6..4896083959 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx @@ -84,10 +84,6 @@ mfaWebAuthnRoamingEnrollment.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -104,19 +100,6 @@ import MfaWebAuthnRoamingEnrollment from '@auth0/auth0-acul-js/mfa-webauthn-roam const mfaWebAuthnRoamingEnrollment = new MfaWebAuthnRoamingEnrollment(); await mfaWebAuthnRoamingEnrollment.enroll(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -171,10 +154,6 @@ await mfaWebAuthnRoamingEnrollment.tryAnotherMethod(); MfaWebAuthnRoamingEnrollmentTryAnotherMethodOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx index 4be8067d59..b83bb9a795 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx @@ -82,10 +82,6 @@ organizationPickerManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -122,10 +118,6 @@ await organizationPickerManager.selectOrganization({ organization: 'org_XXXXXXXX An optional state value to include with the request. - - - Additional data collected from the user. - @@ -141,17 +133,4 @@ import OrganizationPicker from '@auth0/auth0-acul-js/organization-picker'; const organizationPickerManager = new OrganizationPicker(); await organizationPickerManager.skipOrganizationSelection(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx index 9664f5e264..d90f41a807 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx @@ -84,10 +84,6 @@ organizationSelectionManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -115,10 +111,6 @@ await organizationSelectionManager.continueWithOrganizationName({ The name of the organization to continue with. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx index a2c1b353ce..3013f5f174 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx @@ -84,10 +84,6 @@ phoneIdentifierChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -110,19 +106,6 @@ import PhoneIdentifierChallenge from '@auth0/auth0-acul-js/phone-identifier-chal const phoneIdentifierChallengeManager = new PhoneIdentifierChallenge(); await phoneIdentifierChallengeManager.resendCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -171,19 +154,6 @@ import PhoneIdentifierChallenge from '@auth0/auth0-acul-js/phone-identifier-chal const phoneIdentifierChallengeManager = new PhoneIdentifierChallenge(); await phoneIdentifierChallengeManager.returnToPrevious(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -212,10 +182,6 @@ await phoneIdentifierChallengeManager.submitPhoneChallenge({ The CAPTCHA response token, if CAPTCHA is enabled for this tenant. - - - Additional data collected from the user. - @@ -231,19 +197,6 @@ import PhoneIdentifierChallenge from '@auth0/auth0-acul-js/phone-identifier-chal const phoneIdentifierChallengeManager = new PhoneIdentifierChallenge(); await phoneIdentifierChallengeManager.switchToText(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -256,17 +209,4 @@ import PhoneIdentifierChallenge from '@auth0/auth0-acul-js/phone-identifier-chal const phoneIdentifierChallengeManager = new PhoneIdentifierChallenge(); await phoneIdentifierChallengeManager.switchToVoice(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx index 302f5047eb..8b57301879 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx @@ -84,10 +84,6 @@ phoneIdentifierEnrollmentManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -115,10 +111,6 @@ await phoneIdentifierEnrollmentManager.continuePhoneEnrollment({ The delivery method for the verification code. - - - Additional data collected from the user. - @@ -141,17 +133,4 @@ import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enr const phoneIdentifierEnrollmentManager = new PhoneIdentifierEnrollment(); await phoneIdentifierEnrollmentManager.returnToPrevious(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx index e0124b1a73..bbae1e2196 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx @@ -82,10 +82,6 @@ redeemTicketManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -101,19 +97,6 @@ import RedeemTicket from '@auth0/auth0-acul-js/redeem-ticket'; const redeemTicketManager = new RedeemTicket(); await redeemTicketManager.continue(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx index 88073f966e..7438ad30a0 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx @@ -85,10 +85,6 @@ resetPasswordManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -127,10 +123,6 @@ resetPasswordManager.resetPassword({ Confirmation of the new password. Must match `password-reset`. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx index d83f784aff..1d7f704c62 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx @@ -82,10 +82,6 @@ resetPasswordEmailManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -107,17 +103,4 @@ import ResetPasswordEmail from '@auth0/auth0-acul-js/reset-password-email'; const resetPasswordEmailManager = new ResetPasswordEmail(); resetPasswordEmailManager.resendEmail(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx index 247cd6f6ee..45377530b2 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx @@ -81,10 +81,6 @@ resetPasswordErrorManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx index 8dde6167f1..fa01038712 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx @@ -84,10 +84,6 @@ resetPasswordMfaEmailChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -119,10 +115,6 @@ await resetPasswordMfaEmailChallengeManager.continue({ Whether to remember the device for future MFA challenges. - - - Additional data collected from the user. - @@ -150,10 +142,6 @@ await resetPasswordMfaEmailChallengeManager.resendCode(); ResendCodeOptions}> - - - Additional data collected from the user. - @@ -219,10 +207,6 @@ await resetPasswordMfaEmailChallengeManager.tryAnotherMethod(); TryAnotherMethodOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx index 1a3bf66019..843aa232f1 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx @@ -84,10 +84,6 @@ resetPasswordMfaOtpChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -115,10 +111,6 @@ await resetPasswordMfaOtpChallengeManager.continue({ The OTP code from the user's authenticator app. - - - Additional data collected from the user. - @@ -146,10 +138,6 @@ await resetPasswordMfaOtpChallengeManager.tryAnotherMethod(); ResetPasswordMfaOtpChallengeTryAnotherMethodOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx index 9068839323..c5b5c940cd 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx @@ -84,10 +84,6 @@ resetPasswordMfaPhoneChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -115,10 +111,6 @@ await resetPasswordMfaPhoneChallengeManager.continue({ The delivery method for the verification code. Use `sms` to send via text message or `voice` to send via a voice call. - - - Additional data collected from the user. - @@ -152,10 +144,6 @@ await resetPasswordMfaPhoneChallengeManager.tryAnotherMethod({ The delivery method that was presented on the current screen. Required by the API to correctly process the method switch. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx index 2684e6c571..088cce10fd 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx @@ -82,10 +82,6 @@ resetPasswordMfaPushChallengePushManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -101,19 +97,6 @@ import ResetPasswordMfaPushChallengePush from '@auth0/auth0-acul-js/reset-passwo const resetPasswordMfaPushChallengePushManager = new ResetPasswordMfaPushChallengePush(); await resetPasswordMfaPushChallengePushManager.continue(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -126,19 +109,6 @@ import ResetPasswordMfaPushChallengePush from '@auth0/auth0-acul-js/reset-passwo const resetPasswordMfaPushChallengePushManager = new ResetPasswordMfaPushChallengePush(); await resetPasswordMfaPushChallengePushManager.enterCodeManually(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -201,19 +171,6 @@ import ResetPasswordMfaPushChallengePush from '@auth0/auth0-acul-js/reset-passwo const resetPasswordMfaPushChallengePushManager = new ResetPasswordMfaPushChallengePush(); await resetPasswordMfaPushChallengePushManager.resendPushNotification(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -226,17 +183,4 @@ import ResetPasswordMfaPushChallengePush from '@auth0/auth0-acul-js/reset-passwo const resetPasswordMfaPushChallengePushManager = new ResetPasswordMfaPushChallengePush(); await resetPasswordMfaPushChallengePushManager.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx index c634c702cf..bf1f87c6f2 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx @@ -82,10 +82,6 @@ resetPasswordMfaRecoveryCodeChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -110,10 +106,6 @@ await resetPasswordMfaRecoveryCodeChallengeManager.continue('RECOVERY_CODE'); The recovery code entered by the user. - - Additional data collected from the user. - - *** @@ -133,17 +125,4 @@ import ResetPasswordMfaRecoveryCodeChallenge from '@auth0/auth0-acul-js/reset-pa const resetPasswordMfaRecoveryCodeChallengeManager = new ResetPasswordMfaRecoveryCodeChallenge(); await resetPasswordMfaRecoveryCodeChallengeManager.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx index bdcf1ad36a..704f23f3b1 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx @@ -84,10 +84,6 @@ resetPasswordMfaSmsChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -115,10 +111,6 @@ await resetPasswordMfaSmsChallengeManager.continueMfaSmsChallenge({ The SMS verification code entered by the user. - - - Additional data collected from the user. - @@ -134,19 +126,6 @@ import ResetPasswordMfaSmsChallenge from '@auth0/auth0-acul-js/reset-password-mf const resetPasswordMfaSmsChallengeManager = new ResetPasswordMfaSmsChallenge(); await resetPasswordMfaSmsChallengeManager.getACall(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -165,19 +144,6 @@ import ResetPasswordMfaSmsChallenge from '@auth0/auth0-acul-js/reset-password-mf const resetPasswordMfaSmsChallengeManager = new ResetPasswordMfaSmsChallenge(); await resetPasswordMfaSmsChallengeManager.resendCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -234,17 +200,4 @@ import ResetPasswordMfaSmsChallenge from '@auth0/auth0-acul-js/reset-password-mf const resetPasswordMfaSmsChallengeManager = new ResetPasswordMfaSmsChallenge(); await resetPasswordMfaSmsChallengeManager.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx index 958ea465e5..2884506717 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx @@ -82,10 +82,6 @@ resetPasswordMfaVoiceChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -111,10 +107,6 @@ await resetPasswordMfaVoiceChallengeManager.continue({ code: '123456' }); The verification code delivered to the user via voice call. - - - Additional data collected from the user. - @@ -136,19 +128,6 @@ import ResetPasswordMfaVoiceChallenge from '@auth0/auth0-acul-js/reset-password- const resetPasswordMfaVoiceChallengeManager = new ResetPasswordMfaVoiceChallenge(); await resetPasswordMfaVoiceChallengeManager.resendCode(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -205,19 +184,6 @@ import ResetPasswordMfaVoiceChallenge from '@auth0/auth0-acul-js/reset-password- const resetPasswordMfaVoiceChallengeManager = new ResetPasswordMfaVoiceChallenge(); await resetPasswordMfaVoiceChallengeManager.switchToSms(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -230,17 +196,4 @@ import ResetPasswordMfaVoiceChallenge from '@auth0/auth0-acul-js/reset-password- const resetPasswordMfaVoiceChallengeManager = new ResetPasswordMfaVoiceChallenge(); await resetPasswordMfaVoiceChallengeManager.tryAnotherMethod(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx index 64cf39d976..0f9894a09b 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx @@ -84,10 +84,6 @@ resetPasswordMfaWebAuthnPlatformChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -123,10 +119,6 @@ try { When `true`, marks the device as trusted so the user is not prompted for MFA again on this device. - - - Additional data collected from the user. - @@ -160,10 +152,6 @@ await resetPasswordMfaWebAuthnPlatformChallengeManager.reportBrowserError({ WebAuthnErrorDetails} required> The error object from the WebAuthn API. Must include `name` and `message` from the `DOMException` thrown by `navigator.credentials.get()`. - - - Additional data collected from the user. - @@ -185,10 +173,6 @@ await resetPasswordMfaWebAuthnPlatformChallengeManager.tryAnotherMethod(); ResetPasswordMfaWebAuthnPlatformChallengeTryAnotherMethodOptions}> - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx index 623cfe2e2c..603083a560 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx @@ -92,10 +92,6 @@ resetPasswordMfaWebAuthnRoamingChallengeManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -133,10 +129,6 @@ await resetPasswordMfaWebAuthnRoamingChallengeManager.showError({ When `true`, preserves the remember-device preference alongside the error report. - - - Additional data collected from the user. - @@ -162,10 +154,6 @@ await resetPasswordMfaWebAuthnRoamingChallengeManager.tryAnotherMethod(); When `true`, preserves the remember-device preference when switching methods. - - - Additional data collected from the user. - @@ -201,10 +189,6 @@ try { When `true`, marks the device as trusted so the user is not prompted for MFA again on this device. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx index a9751bef10..48c968a0af 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx @@ -66,19 +66,6 @@ import ResetPasswordRequest from '@auth0/auth0-acul-js/reset-password-request'; const resetPasswordRequestManager = new ResetPasswordRequest(); await resetPasswordRequestManager.backToLogin(); ``` - -**Method Parameters** - - - -CustomOptions}> - - - Additional data collected from the user. - - - - *** @@ -107,10 +94,6 @@ resetPasswordRequestManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -158,10 +141,6 @@ await resetPasswordRequestManager.resetPassword({ username: 'testuser' }); The CAPTCHA response token, if CAPTCHA is enabled for this tenant. - - - Additional data collected from the user. - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx index 43e8aac4aa..e9335e2d5b 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx @@ -81,10 +81,6 @@ resetPasswordSuccessManager.changeLanguage({ When set to `'session'`, the selected language persists for the duration of the session. - - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ConfirmLogoutOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ConfirmLogoutOptions.mdx index f468765543..f61f270687 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ConfirmLogoutOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ConfirmLogoutOptions.mdx @@ -11,10 +11,6 @@ export interface ConfirmLogoutOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOTPOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOTPOptions.mdx index abfd8e8d32..84d39f0da5 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOTPOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOTPOptions.mdx @@ -15,12 +15,6 @@ export interface ContinueOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOptions.mdx index c0d5409ccb..3e9ea934b7 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOptions.mdx @@ -15,12 +15,6 @@ export interface ContinueOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinuePayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinuePayloadOptions.mdx index f4d6e58677..63afeed3df 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinuePayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ContinuePayloadOptions.mdx @@ -15,12 +15,6 @@ export interface ContinueOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/DeviceCodeActivationContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/DeviceCodeActivationContinueOptions.mdx index ba39534685..6df8257e0d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/DeviceCodeActivationContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/DeviceCodeActivationContinueOptions.mdx @@ -14,10 +14,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/EmailChallengeOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/EmailChallengeOptions.mdx index 8ff8509f17..43212197f3 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/EmailChallengeOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/EmailChallengeOptions.mdx @@ -10,10 +10,6 @@ export interface EmailChallengeOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/LoginEnrollOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/LoginEnrollOptions.mdx index 31557a3e69..9abf05ef88 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/LoginEnrollOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/LoginEnrollOptions.mdx @@ -13,12 +13,6 @@ export interface LoginEnrollOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties MfaLoginFactorType}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaEnrollOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaEnrollOptions.mdx index d6407b106d..6c28399d85 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaEnrollOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaEnrollOptions.mdx @@ -13,12 +13,6 @@ export interface MfaEnrollOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties MfaEnrollFactorType}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpContinueOptions.mdx index 3d55ec7d6b..155ece3e21 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpContinueOptions.mdx @@ -18,12 +18,6 @@ export interface ContinueOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options. - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpEnrollmentQrContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpEnrollmentQrContinueOptions.mdx index ea7b69c6ea..f376bb0d8c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpEnrollmentQrContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpEnrollmentQrContinueOptions.mdx @@ -10,10 +10,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpTryAnotherMethodOptions.mdx index 6158a21172..239fc1a775 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpTryAnotherMethodOptions.mdx @@ -11,10 +11,4 @@ export interface TryAnotherMethodOptions { */ [key: string]: string | number | boolean | undefined; } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options. \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengeContinueOptions.mdx index afe1a15c44..50c3087276 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengeContinueOptions.mdx @@ -18,10 +18,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickAuthenticatorOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickAuthenticatorOptions.mdx index 66c198c5d3..f8f443909f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickAuthenticatorOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickAuthenticatorOptions.mdx @@ -8,8 +8,4 @@ This allows the user to choose a different MFA method if available. ```ts Example export interface PickAuthenticatorOptions extends CustomOptions {} -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickPhoneOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickPhoneOptions.mdx index 5f871c74c5..59a2ffd447 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickPhoneOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengePickPhoneOptions.mdx @@ -9,8 +9,4 @@ in scenarios where the server needs to redirect to a phone selection screen. ```ts Example export interface PickPhoneOptions extends CustomOptions {} -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneEnrollmentContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneEnrollmentContinueOptions.mdx index d42ad371e5..322d661bf1 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneEnrollmentContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneEnrollmentContinueOptions.mdx @@ -13,10 +13,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPushEnrollmentQrWithRememberOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPushEnrollmentQrWithRememberOptions.mdx index 7ce89d3bee..d566e855ce 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPushEnrollmentQrWithRememberOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPushEnrollmentQrWithRememberOptions.mdx @@ -9,10 +9,6 @@ export interface MfaPushEnrollmentQrWithRememberOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeContinueOptions.mdx index 597d9577fd..96b7470bbf 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeContinueOptions.mdx @@ -10,10 +10,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeNewCodeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeNewCodeContinueOptions.mdx index de15413597..d216b7c818 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeNewCodeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeNewCodeContinueOptions.mdx @@ -9,8 +9,4 @@ export interface ContinueOptions extends CustomOptions { // No specific properties required beyond CustomOptions. // The 'saved' parameter is handled internally by the continue method. } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeEnrollmentContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeEnrollmentContinueOptions.mdx index 56b2c05682..fb40590044 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeEnrollmentContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeEnrollmentContinueOptions.mdx @@ -8,10 +8,6 @@ export interface MfaRecoveryCodeEnrollmentContinueOptions extends CustomOptions } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsChallengeOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsChallengeOptions.mdx index bf9bd42f83..26fe8e009f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsChallengeOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsChallengeOptions.mdx @@ -10,10 +10,6 @@ export interface MfaSmsChallengeOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsEnrollmentOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsEnrollmentOptions.mdx index f6bc4f90cc..c19c5d3f78 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsEnrollmentOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsEnrollmentOptions.mdx @@ -10,10 +10,6 @@ export interface MfaSmsEnrollmentOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsListOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsListOptions.mdx index 05c842a846..20f71a3e84 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsListOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsListOptions.mdx @@ -16,12 +16,6 @@ export interface MfaSmsListOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceChallengeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceChallengeContinueOptions.mdx index 863fb34d02..f626073c26 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceChallengeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceChallengeContinueOptions.mdx @@ -23,12 +23,6 @@ export interface MfaVoiceChallengeContinueOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Additional custom options to pass with the request. - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceEnrollmentContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceEnrollmentContinueOptions.mdx index 407e72a60e..a9426325f2 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceEnrollmentContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceEnrollmentContinueOptions.mdx @@ -10,10 +10,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnChangeKeyNicknameContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnChangeKeyNicknameContinueOptions.mdx index 410da5fb7e..983dcb5562 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnChangeKeyNicknameContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnChangeKeyNicknameContinueOptions.mdx @@ -18,10 +18,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx index d609598747..4d86b3a140 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx @@ -6,8 +6,4 @@ TryAnotherMethodOptions ```ts Example export interface TryAnotherMethodOptions extends CustomOptions {} -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx index d6a7058dc5..e07ad66b53 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx @@ -6,8 +6,4 @@ TryAnotherMethodOptions ```ts Example export interface TryAnotherMethodOptions extends CustomOptions {} -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingEnrollmentTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingEnrollmentTryAnotherMethodOptions.mdx index 3b0450308c..da903b368a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingEnrollmentTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingEnrollmentTryAnotherMethodOptions.mdx @@ -11,10 +11,4 @@ export interface TryAnotherMethodOptions { */ [key: string]: string | number | boolean | undefined; } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options. \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneChallengeOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneChallengeOptions.mdx index 44aef5509b..bb8fa40fa1 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneChallengeOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneChallengeOptions.mdx @@ -10,10 +10,6 @@ export interface PhoneChallengeOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneEnrollmentOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneEnrollmentOptions.mdx index 2cc1c8e62a..0799af7e43 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneEnrollmentOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneEnrollmentOptions.mdx @@ -9,10 +9,6 @@ export interface PhoneEnrollmentOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordEmailOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordEmailOptions.mdx index 089a5126b4..77d10e296a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordEmailOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordEmailOptions.mdx @@ -6,8 +6,4 @@ title: "ResetPasswordEmailOptions" export interface ResetPasswordEmailOptions { [key: string]: string | number | boolean | undefined; } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeContinueOptions.mdx index aea6f29c58..f4fe5ee84e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeContinueOptions.mdx @@ -13,12 +13,6 @@ export interface ContinueOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeTryAnotherMethodOptions.mdx index 63451fb2ff..b4d7246b9c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeTryAnotherMethodOptions.mdx @@ -9,10 +9,4 @@ export interface TryAnotherMethodOptions { /** Any additional custom options */ [key: string]: string | number | boolean | undefined; } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeContinueOptions.mdx index e2952f6349..645aca0c49 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeContinueOptions.mdx @@ -16,10 +16,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions.mdx index 7613ee5c25..8313aabde1 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions.mdx @@ -17,10 +17,6 @@ export interface TryAnotherMethodOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaSmsChallengeOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaSmsChallengeOptions.mdx index 88b20769a5..826b2ea6dc 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaSmsChallengeOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaSmsChallengeOptions.mdx @@ -9,10 +9,6 @@ export interface MfaSmsChallengeOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaVoiceChallengeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaVoiceChallengeContinueOptions.mdx index 84ced71c81..5300cc9a86 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaVoiceChallengeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaVoiceChallengeContinueOptions.mdx @@ -13,10 +13,6 @@ export interface ContinueOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions.mdx index 4776cb0d72..860c1a5710 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions.mdx @@ -15,10 +15,6 @@ export interface ContinueWithPasskeyOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx index e72e1b42a9..0634f957f9 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeTryAnotherMethodOptions.mdx @@ -9,8 +9,4 @@ export interface TryAnotherMethodOptions extends CustomOptions { // Currently, no specific properties beyond CustomOptions are defined for this action. // This interface is here for future extensibility. } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx index 2ac698b2d4..c3953d9fc4 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions.mdx @@ -16,10 +16,6 @@ export interface TryAnotherMethodOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions.mdx index c687c176ec..d9608700d3 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions.mdx @@ -17,10 +17,6 @@ export interface UseSecurityKeyOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordOptions.mdx index c8f72b6d3f..cdf0b02d16 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordOptions.mdx @@ -10,10 +10,6 @@ export interface ResetPasswordOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordRequestOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordRequestOptions.mdx index 0ed8ea86b9..5884f56fdf 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordRequestOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordRequestOptions.mdx @@ -10,10 +10,6 @@ export interface ResetPasswordRequestOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaEmailOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaEmailOptions.mdx index e5d202eeee..f03fd9ef9d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaEmailOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaEmailOptions.mdx @@ -16,12 +16,6 @@ export interface SelectMfaEmailOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaPushDeviceOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaPushDeviceOptions.mdx index 9ad05a9317..38b6bd339c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaPushDeviceOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaPushDeviceOptions.mdx @@ -15,10 +15,6 @@ export interface SelectMfaPushDeviceOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/SubmitCaptchaOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/SubmitCaptchaOptions.mdx index 7f5872b18f..5f082a4887 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/SubmitCaptchaOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/SubmitCaptchaOptions.mdx @@ -9,10 +9,6 @@ export interface SubmitCaptchaOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodMfaOtpChallengeOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodMfaOtpChallengeOptions.mdx index 24692abe29..ffbead1fcb 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodMfaOtpChallengeOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodMfaOtpChallengeOptions.mdx @@ -9,10 +9,4 @@ export interface TryAnotherMethodOptions { /** Any additional custom options */ [key: string]: string | number | boolean | undefined; } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodOptions.mdx index 488f45b403..048927f5ba 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodOptions.mdx @@ -9,10 +9,4 @@ export interface TryAnotherMethodOptions { /** Any additional custom options */ [key: string]: string | number | boolean | undefined; } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodPayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodPayloadOptions.mdx index e4a896c792..aae666c11d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodPayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodPayloadOptions.mdx @@ -9,10 +9,4 @@ export interface TryAnotherMethodOptions { /** Any additional custom options */ [key: string]: string | number | boolean | undefined; } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - -Any additional custom options \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifyPlatformAuthenticatorOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifyPlatformAuthenticatorOptions.mdx index 936d05fb51..6e984f5628 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifyPlatformAuthenticatorOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifyPlatformAuthenticatorOptions.mdx @@ -15,10 +15,6 @@ export interface VerifyPlatformAuthenticatorOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifySecurityKeyOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifySecurityKeyOptions.mdx index ad72fc90ee..648af0cda2 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifySecurityKeyOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/VerifySecurityKeyOptions.mdx @@ -10,10 +10,6 @@ export interface VerifySecurityKeyOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnEnrollSuccessContinueOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnEnrollSuccessContinueOptions.mdx index 28554e4efc..9f332b77df 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnEnrollSuccessContinueOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnEnrollSuccessContinueOptions.mdx @@ -9,8 +9,4 @@ export interface ContinueOptions extends CustomOptions { // No screen-specific properties are required for the 'continue' action beyond CustomOptions. // The server uses `action: "default"` for this operation. } -``` - -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file +``` \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/WithRememberOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/WithRememberOptions.mdx index c0646fa4cf..1e8ce5495d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/WithRememberOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/WithRememberOptions.mdx @@ -8,10 +8,6 @@ export interface WithRememberOptions extends CustomOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` - ## Properties \ No newline at end of file From ef6bc842b451fb1c04288d2f46147be3cf368969 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 13 May 2026 17:34:11 +0200 Subject: [PATCH 2/6] update --- .../Screens/classes/MfaPhoneChallenge.mdx | 18 ------------------ .../MfaRecoveryCodeChallengeNewCode.mdx | 8 -------- .../classes/MfaWebAuthnPlatformChallenge.mdx | 8 -------- .../classes/MfaWebAuthnRoamingChallenge.mdx | 8 -------- .../classes/MfaWebAuthnRoamingEnrollment.mdx | 8 -------- .../classes/ResetPasswordMfaEmailChallenge.mdx | 16 ---------------- .../classes/ResetPasswordMfaOtpChallenge.mdx | 8 -------- ...setPasswordMfaWebAuthnPlatformChallenge.mdx | 8 -------- 8 files changed, 82 deletions(-) diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx index 6a99077ce5..90d9bdb2ac 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx @@ -132,17 +132,7 @@ import MfaPhoneChallenge from '@auth0/auth0-acul-js/mfa-phone-challenge'; const mfaPhoneChallenge = new MfaPhoneChallenge(); await mfaPhoneChallenge.pickPhone(); ``` - -**Method Parameters** - - - -MfaPhoneChallengePickPhoneOptions}> - - - -*** @@ -155,12 +145,4 @@ const mfaPhoneChallenge = new MfaPhoneChallenge(); await mfaPhoneChallenge.tryAnotherMethod(); ``` -**Method Parameters** - - - -MfaPhoneChallengePickAuthenticatorOptions}> - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx index 13a00352ba..0634a1415d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx @@ -101,14 +101,6 @@ const mfaRecoveryCodeChallengeNewCode = new MfaRecoveryCodeChallengeNewCode(); await mfaRecoveryCodeChallengeNewCode.continue(); ``` -**Method Parameters** - - - -MfaRecoveryCodeChallengeNewCodeContinueOptions}> - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx index 1f0965fb64..ebaab0b1c6 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx @@ -136,14 +136,6 @@ const mfaWebAuthnPlatformChallenge = new MfaWebAuthnPlatformChallenge(); await mfaWebAuthnPlatformChallenge.tryAnotherMethod(); ``` -**Method Parameters** - - - -MfaWebAuthnPlatformChallengeTryAnotherMethodOptions}> - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx index 22de81d3eb..5bd59ec74a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx @@ -136,14 +136,6 @@ const mfaWebAuthnRoamingChallenge = new MfaWebAuthnRoamingChallenge(); await mfaWebAuthnRoamingChallenge.tryAnotherMethod(); ``` -**Method Parameters** - - - -MfaWebAuthnRoamingChallengeTryAnotherMethodOptions}> - - - *** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx index 4896083959..9c830b69e7 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx @@ -149,12 +149,4 @@ const mfaWebAuthnRoamingEnrollment = new MfaWebAuthnRoamingEnrollment(); await mfaWebAuthnRoamingEnrollment.tryAnotherMethod(); ``` -**Method Parameters** - - - -MfaWebAuthnRoamingEnrollmentTryAnotherMethodOptions}> - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx index fa01038712..1817cdcc86 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx @@ -137,14 +137,6 @@ const resetPasswordMfaEmailChallengeManager = new ResetPasswordMfaEmailChallenge await resetPasswordMfaEmailChallengeManager.resendCode(); ``` -**Method Parameters** - - - -ResendCodeOptions}> - - - *** @@ -202,12 +194,4 @@ const resetPasswordMfaEmailChallengeManager = new ResetPasswordMfaEmailChallenge await resetPasswordMfaEmailChallengeManager.tryAnotherMethod(); ``` -**Method Parameters** - - - -TryAnotherMethodOptions}> - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx index 843aa232f1..fb75b35a67 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx @@ -133,12 +133,4 @@ const resetPasswordMfaOtpChallengeManager = new ResetPasswordMfaOtpChallenge(); await resetPasswordMfaOtpChallengeManager.tryAnotherMethod(); ``` -**Method Parameters** - - - -ResetPasswordMfaOtpChallengeTryAnotherMethodOptions}> - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx index 0f9894a09b..d79b35fd04 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx @@ -168,12 +168,4 @@ const resetPasswordMfaWebAuthnPlatformChallengeManager = new ResetPasswordMfaWeb await resetPasswordMfaWebAuthnPlatformChallengeManager.tryAnotherMethod(); ``` -**Method Parameters** - - - -ResetPasswordMfaWebAuthnPlatformChallengeTryAnotherMethodOptions}> - - - From c58097446305e604649b92d39de20a04feba7fcf Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 18 May 2026 10:23:22 +0200 Subject: [PATCH 3/6] update method --- .../acul/js-sdk/Screens/classes/LoginId.mdx | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx index 2e4f5a74f9..edbef76e4a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx @@ -74,19 +74,20 @@ loginIdManager.changeLanguage({ -LanguageChangeOptions}> + +[LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + +The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + +When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + +Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). From b437593fd68c909a6c578745fb1db15ae730d20d Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 18 May 2026 10:46:41 +0200 Subject: [PATCH 4/6] Update options --- .../acul/js-sdk/Screens/classes/LoginId.mdx | 72 +++++++++---------- .../Screens/interfaces/CustomOptions.mdx | 6 +- .../interfaces/FederatedLoginOptions.mdx | 4 -- .../FederatedLoginPasswordOptions.mdx | 4 -- .../FederatedLoginPayloadOptions.mdx | 6 -- .../interfaces/FederatedSignupOptions.mdx | 4 -- .../FederatedSignupPasswordPayloadOptions.mdx | 4 -- .../FederatedSignupPayloadOptions.mdx | 4 -- 8 files changed, 40 insertions(+), 64 deletions(-) diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx index edbef76e4a..cc00248670 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx @@ -75,24 +75,24 @@ loginIdManager.changeLanguage({ -[LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). -The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). -When set to `'session'`, the selected language persists for the duration of the session. + When set to `'session'`, the selected language persists for the duration of the session. -Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** + @@ -111,19 +111,16 @@ loginIdManager.federatedLogin({ FederatedLoginPayloadOptions}> + [FederatedLoginPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions). + - - The social connection name to use. - - - - Additional data collected from the user. - + + The social connection name to use. -*** + Error[]}> @@ -144,7 +141,6 @@ loginIdManager.getLoginIdentifiers(); - This method prompts the user to provide their username. @@ -161,24 +157,25 @@ loginIdManager.login({ -LoginOptions}> + + [LoginOptions](href="/docs/libraries/acul/js-sdk/Screens/interfaces/LoginOptions). + - - The user's identifier. - + + The user's identifier. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled.> + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** + @@ -194,16 +191,18 @@ loginIdManager.passkeyLogin(); -CustomOptions}> + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). + -*** + @@ -219,16 +218,17 @@ loginIdManager.pickCountryCode(); -CustomOptions}> + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions) + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** + @@ -254,4 +254,4 @@ initializeLogin().catch(console.error); - + \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions.mdx index f9f6e392c3..ca1f984720 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions.mdx @@ -8,6 +8,8 @@ export interface CustomOptions { } ``` -## Indexable +## Properties -\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `undefined` \ No newline at end of file + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). + \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginOptions.mdx index 7b646f0c89..fb324e7593 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginOptions.mdx @@ -9,10 +9,6 @@ export interface FederatedLoginOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx index b9774a2b53..7e0fb37345 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx @@ -9,10 +9,6 @@ export interface FederatedLoginOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx index 27ea315c0a..5eb6c2e288 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx @@ -13,12 +13,6 @@ export interface FederatedLoginOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` - -Any additional custom options - ## Properties diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupOptions.mdx index 19e6f6c1d3..b21afe05af 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupOptions.mdx @@ -9,10 +9,6 @@ export interface FederatedSignupOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx index 894035d333..0b3e124df6 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx @@ -9,10 +9,6 @@ export interface FederatedSignupOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` - ## Properties \ No newline at end of file diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx index 073a4cc549..b9b7aa0b64 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx @@ -9,10 +9,6 @@ export interface FederatedSignupOptions { } ``` -## Indexable - -\[`key`: `string`\]: `string` \| `number` \| `boolean` - ## Properties \ No newline at end of file From eebd0ca82bd53c676908bd3ade85d48e97e9b669 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 18 May 2026 18:05:17 +0200 Subject: [PATCH 5/6] update --- .../Screens/classes/AcceptInvitation.mdx | 19 ++-- .../classes/BruteForceProtectionUnblock.mdx | 19 ++-- .../BruteForceProtectionUnblockFailure.mdx | 18 ++-- .../BruteForceProtectionUnblockSuccess.mdx | 18 ++-- .../acul/js-sdk/Screens/classes/Consent.mdx | 20 ++-- .../Screens/classes/CustomizedConsent.mdx | 20 ++-- .../Screens/classes/DeviceCodeActivation.mdx | 30 +++--- .../classes/DeviceCodeActivationAllowed.mdx | 18 ++-- .../classes/DeviceCodeActivationDenied.mdx | 18 ++-- .../classes/DeviceCodeConfirmation.mdx | 20 ++-- .../classes/EmailIdentifierChallenge.mdx | 62 ++++++----- .../Screens/classes/EmailOTPChallenge.mdx | 55 +++++----- .../classes/EmailVerificationResult.mdx | 18 ++-- .../Screens/classes/InterstitialCaptcha.mdx | 30 +++--- .../acul/js-sdk/Screens/classes/Login.mdx | 73 ++++++------- .../classes/LoginEmailVerification.mdx | 63 ++++++----- .../acul/js-sdk/Screens/classes/LoginId.mdx | 16 ++- .../js-sdk/Screens/classes/LoginPassword.mdx | 79 +++++++------- .../classes/LoginPasswordlessEmailCode.mdx | 91 ++++++++-------- .../classes/LoginPasswordlessSmsOtp.mdx | 99 ++++++++--------- .../acul/js-sdk/Screens/classes/Logout.mdx | 26 ++--- .../js-sdk/Screens/classes/LogoutAborted.mdx | 16 +-- .../js-sdk/Screens/classes/LogoutComplete.mdx | 16 +-- .../Screens/classes/MfaBeginEnrollOptions.mdx | 30 +++--- .../Screens/classes/MfaCountryCodes.mdx | 36 +++---- .../classes/MfaDetectBrowserCapabilities.mdx | 19 ++-- .../Screens/classes/MfaEmailChallenge.mdx | 69 ++++++------ .../js-sdk/Screens/classes/MfaEmailList.mdx | 30 +++--- .../Screens/classes/MfaEnrollResult.mdx | 18 ++-- .../Screens/classes/MfaLoginOptions.mdx | 30 +++--- .../Screens/classes/MfaOtpChallenge.mdx | 41 +++---- .../Screens/classes/MfaOtpEnrollmentCode.mdx | 36 +++---- .../Screens/classes/MfaOtpEnrollmentQr.mdx | 31 +++--- .../Screens/classes/MfaPhoneChallenge.mdx | 30 +++--- .../Screens/classes/MfaPhoneEnrollment.mdx | 37 ++++--- .../Screens/classes/MfaPushChallengePush.mdx | 67 ++++++------ .../Screens/classes/MfaPushEnrollmentQr.mdx | 54 +++++----- .../js-sdk/Screens/classes/MfaPushList.mdx | 30 +++--- .../js-sdk/Screens/classes/MfaPushWelcome.mdx | 19 ++-- .../classes/MfaRecoveryCodeChallenge.mdx | 30 +++--- .../MfaRecoveryCodeChallengeNewCode.mdx | 19 ++-- .../classes/MfaRecoveryCodeEnrollment.mdx | 30 +++--- .../Screens/classes/MfaSmsChallenge.mdx | 63 ++++++----- .../Screens/classes/MfaSmsEnrollment.mdx | 37 ++++--- .../js-sdk/Screens/classes/MfaSmsList.mdx | 30 +++--- .../Screens/classes/MfaVoiceChallenge.mdx | 63 ++++++----- .../Screens/classes/MfaVoiceEnrollment.mdx | 31 +++--- .../classes/MfaWebAuthnChangeKeyNickname.mdx | 30 +++--- .../classes/MfaWebAuthnEnrollmentSuccess.mdx | 19 ++-- .../Screens/classes/MfaWebAuthnError.mdx | 21 ++-- .../classes/MfaWebAuthnNotAvailableError.mdx | 18 ++-- .../classes/MfaWebAuthnPlatformChallenge.mdx | 43 ++++---- .../classes/MfaWebAuthnPlatformEnrollment.mdx | 33 +++--- .../classes/MfaWebAuthnRoamingChallenge.mdx | 43 ++++---- .../classes/MfaWebAuthnRoamingEnrollment.mdx | 32 +++--- .../Screens/classes/OrganizationPicker.mdx | 37 ++++--- .../Screens/classes/OrganizationSelection.mdx | 30 +++--- .../Screens/classes/PasskeyEnrollment.mdx | 48 ++++----- .../classes/PasskeyEnrollmentLocal.mdx | 48 ++++----- .../classes/PhoneIdentifierChallenge.mdx | 64 ++++++----- .../classes/PhoneIdentifierEnrollment.mdx | 31 +++--- .../js-sdk/Screens/classes/RedeemTicket.mdx | 19 ++-- .../js-sdk/Screens/classes/ResetPassword.mdx | 36 +++---- .../Screens/classes/ResetPasswordEmail.mdx | 18 ++-- .../Screens/classes/ResetPasswordError.mdx | 18 ++-- .../ResetPasswordMfaEmailChallenge.mdx | 61 ++++++----- .../classes/ResetPasswordMfaOtpChallenge.mdx | 30 +++--- .../ResetPasswordMfaPhoneChallenge.mdx | 41 +++---- .../ResetPasswordMfaPushChallengePush.mdx | 45 ++++---- .../ResetPasswordMfaRecoveryCodeChallenge.mdx | 19 ++-- .../classes/ResetPasswordMfaSmsChallenge.mdx | 56 +++++----- .../ResetPasswordMfaVoiceChallenge.mdx | 56 +++++----- ...etPasswordMfaWebAuthnPlatformChallenge.mdx | 42 ++++---- ...setPasswordMfaWebAuthnRoamingChallenge.mdx | 59 +++++----- .../Screens/classes/ResetPasswordRequest.mdx | 36 +++---- .../Screens/classes/ResetPasswordSuccess.mdx | 18 ++-- .../acul/js-sdk/Screens/classes/Signup.mdx | 77 +++++++------ .../acul/js-sdk/Screens/classes/SignupId.mdx | 72 ++++++------- .../js-sdk/Screens/classes/SignupPassword.mdx | 102 +++++++++--------- .../FederatedLoginPasswordOptions.mdx | 2 +- .../FederatedLoginPayloadOptions.mdx | 2 +- .../FederatedSignupPasswordPayloadOptions.mdx | 2 +- .../FederatedSignupPayloadOptions.mdx | 2 +- 83 files changed, 1479 insertions(+), 1555 deletions(-) diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx index be46a1dc2a..e17ed1ad43 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.mdx @@ -67,7 +67,6 @@ const acceptInvitationManager = new AcceptInvitation(); await acceptInvitationManager.acceptInvitation(); ``` -*** @@ -84,21 +83,21 @@ acceptInvitationManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx index 4db96fc2a9..97e173038a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblock.mdx @@ -74,28 +74,27 @@ bruteForceProtectionUnblockManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> This method retrieves the array of transaction errors from the context, or an empty array if none exist. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx index 39cada80ee..5ef0146446 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockFailure.mdx @@ -74,21 +74,21 @@ bruteForceProtectionUnblockFailureManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx index 92a9cfe210..26858ca2bb 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/BruteForceProtectionUnblockSuccess.mdx @@ -74,21 +74,21 @@ bruteForceProtectionUnblockSuccessManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx index e13a1aed55..57ae1f8fd4 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/Consent.mdx @@ -67,7 +67,6 @@ const consentManager = new Consent(); await consentManager.accept(); ``` -*** @@ -84,21 +83,21 @@ consentManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -110,7 +109,6 @@ const consentManager = new Consent(); await consentManager.deny(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx index 033a076439..7cd92cd723 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.mdx @@ -67,7 +67,6 @@ const customizedConsentManager = new CustomizedConsent(); await customizedConsentManager.accept(); ``` -*** @@ -84,21 +83,21 @@ customizedConsentManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -110,7 +109,6 @@ const customizedConsentManager = new CustomizedConsent(); await customizedConsentManager.deny(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx index 3e91b3a675..ff9c6b1cd1 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.mdx @@ -72,21 +72,21 @@ deviceCodeActivationManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -101,17 +101,17 @@ await deviceCodeActivationManager.continue({ code: 'ABCD-1234' }); **Method Parameters** + + + [DeviceCodeActivationContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/DeviceCodeActivationContinueOptions). + -DeviceCodeActivationContinueOptions}> - - - The device code entered by the user. - + + The device code entered by the user. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx index 9944c32705..c45fa49205 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.mdx @@ -71,21 +71,21 @@ deviceCodeActivationAllowedManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx index 10326d1a5e..8dae5f390f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.mdx @@ -71,21 +71,21 @@ deviceCodeActivationDeniedManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx index 396d8b7db4..4fb83cd631 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.mdx @@ -67,7 +67,6 @@ const deviceCodeConfirmationManager = new DeviceCodeConfirmation(); await deviceCodeConfirmationManager.cancel(); ``` -*** @@ -84,21 +83,21 @@ deviceCodeConfirmationManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -110,7 +109,6 @@ const deviceCodeConfirmationManager = new DeviceCodeConfirmation(); await deviceCodeConfirmationManager.confirm(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx index 4dbb66f47f..12d12b4a06 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.mdx @@ -72,28 +72,27 @@ emailIdentifierChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> This method retrieves the array of transaction errors from the context, or an empty array if none exist. -*** @@ -105,7 +104,6 @@ const emailIdentifierChallengeManager = new EmailIdentifierChallenge(); await emailIdentifierChallengeManager.resendCode(); ``` -*** ResendControl}> @@ -123,25 +121,25 @@ await startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. -*** @@ -153,7 +151,6 @@ const emailIdentifierChallengeManager = new EmailIdentifierChallenge(); await emailIdentifierChallengeManager.returnToPrevious(); ``` -*** @@ -168,16 +165,17 @@ await emailIdentifierChallengeManager.submitEmailChallenge({ code: 'your-code' } **Method Parameters** + + + [EmailChallengeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/EmailChallengeOptions). + -EmailChallengeOptions}> - - - The verification code sent to the user's email address. - + + The verification code sent to the user's email address. + - - The CAPTCHA response token, if CAPTCHA is enabled for this tenant. - + + The CAPTCHA response token, if CAPTCHA is enabled for this tenant. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx index 18ba1821df..5f9d9d9021 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.mdx @@ -72,28 +72,27 @@ emailOTPChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> This method retrieves the array of transaction errors from the context, or an empty array if none exist. -*** @@ -105,7 +104,6 @@ const emailOTPChallengeManager = new EmailOTPChallenge(); await emailOTPChallengeManager.resendCode(); ``` -*** ResendControl}> @@ -123,25 +121,25 @@ await startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. -*** @@ -156,12 +154,13 @@ await emailOTPChallengeManager.submitCode({ code: '123456' }); **Method Parameters** + + + [OtpCodeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/OtpCodeOptions). + -OtpCodeOptions}> - - - The OTP code that the user enters to submit. - + + The OTP code that the user enters to submit. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx index 89972ee448..eb3fb44167 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.mdx @@ -72,21 +72,21 @@ emailVerificationResultManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx index 521a8d1673..515512f363 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.mdx @@ -72,28 +72,27 @@ interstitialCaptchaManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> This method retrieves the array of transaction errors from the context, or an empty array if none exist. -*** @@ -108,12 +107,13 @@ await interstitialCaptchaManager.submitCaptcha({ captcha: 'captchaValue' }); **Method Parameters** + + + [SubmitCaptchaOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SubmitCaptchaOptions). + -SubmitCaptchaOptions}> - - - The CAPTCHA response token. - + + The CAPTCHA response token. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/Login.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/Login.mdx index f6be06712d..322732a6d3 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/Login.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/Login.mdx @@ -77,24 +77,24 @@ loginManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -112,20 +112,16 @@ loginManager.federatedLogin({ -FederatedLoginPayloadOptions}> - - - The social connection name to use. - + + [FederatedLoginPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions). + - - Additional data collected from the user. - + + The social connection name to use. -*** Error[]}> @@ -164,28 +160,28 @@ loginManager.login({ -LoginPayloadOptions}> + + [LoginPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LoginPayloadOptions). + - - The user's identifier. - + + The user's identifier. + - - The user's password. - + + The user's password. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -202,11 +198,12 @@ loginManager.pickCountryCode(); -CustomOptions}> + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx index ed7be2ec49..af82b92484 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.mdx @@ -76,20 +76,24 @@ loginEmailVerificationManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + + + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + When set to `'session'`, the selected language persists for the duration of the session. + - - When set to `'session'`, the selected language persists for the duration of the session. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -107,16 +111,20 @@ loginEmailVerificationManager.continueWithCode({ -ContinueWithCodeOptions}> + + [ContinueWithCodeOptionPayload](/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueWithCodeOptionPayload). + + + + The verification code sent to the user's email. + - - The verification code sent to the user's email. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** Error[]}> @@ -140,12 +148,16 @@ loginEmailVerificationManager.resendCode(); -CustomOptions}> + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + + + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** ResendControl}> @@ -173,19 +185,20 @@ startResend(); -StartResendOptions}> + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx index cc00248670..ba352c695c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginId.mdx @@ -93,7 +93,6 @@ loginIdManager.changeLanguage({ - This method redirects the user to the social or enterprise identity provider (IdP) for authentication. @@ -110,7 +109,7 @@ loginIdManager.federatedLogin({ -FederatedLoginPayloadOptions}> + [FederatedLoginPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions). @@ -124,7 +123,7 @@ loginIdManager.federatedLogin({ Error[]}> -This method retrieves the array of transaction errors from the context, or an empty array if none exist. +This method retrieves the array of transaction errors from the context, or an empty array if none exist. An array of error objects from the transaction context. @@ -158,7 +157,7 @@ loginIdManager.login({ - [LoginOptions](href="/docs/libraries/acul/js-sdk/Screens/interfaces/LoginOptions). + [LoginOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LoginOptions). @@ -166,7 +165,7 @@ loginIdManager.login({ - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled.> + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. @@ -199,7 +198,6 @@ loginIdManager.passkeyLogin(); Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - @@ -219,7 +217,7 @@ loginIdManager.pickCountryCode(); - [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions) + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). @@ -248,8 +246,8 @@ initializeLogin().catch(console.error); **Method Parameters** - -string registerPasskeyAutofill}> + + Optional ID of the username `` element (without `#`). Example: `"username"`. If omitted, the developer must manually ensure the correct `autocomplete` attributes are set on the input element. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPassword.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPassword.mdx index fc135ee3f0..3acc9a038a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPassword.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPassword.mdx @@ -77,24 +77,24 @@ loginPasswordManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -112,20 +112,16 @@ loginPasswordManager.federatedLogin({ -FederatedLoginPayloadOptions}> - - - The social connection name to use. - + + [FederatedLoginPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions). + - - Additional data collected from the user. - + + The social connection name to use. -*** Error[]}> @@ -152,28 +148,28 @@ loginPasswordManager.login({ -LoginPayloadOptions}> + + [LoginPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LoginPayloadOptions). + - - The user's identifier. - + + The user's identifier. + - - The user's password. - + + The user's password. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -191,15 +187,16 @@ loginPasswordManager.switchConnection({ -SwitchConnectionOptions}> + + [SwitchConnectionOptionsLoginPassword](/docs/libraries/acul/js-sdk/Screens/interfaces/SwitchConnectionOptionsLoginPassword). + - - The connection name to switch to. Use `'email'` or `'sms'` for passwordless, or a DB connection name for password-based authentication. - + + The connection name to switch to. Use `'email'` or `'sms'` for passwordless, or a DB connection name for password-based authentication. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessEmailCode.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessEmailCode.mdx index d248cc8eca..3cfd3277df 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessEmailCode.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessEmailCode.mdx @@ -76,24 +76,24 @@ loginPasswordlessEmailCodeManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** Error[]}> @@ -116,16 +116,16 @@ loginPasswordlessEmailCodeManager.resendCode(); -CustomOptions}> + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** ResendControl}> @@ -153,24 +153,24 @@ startResend(); -StartResendOptions}> + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. -*** @@ -188,24 +188,24 @@ loginPasswordlessEmailCodeManager.submitCode({ -SubmitCodeOptions}> + + [SubmitCodeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SubmitCodeOptions). + - - The code entered by the user. - + + The code entered by the user. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -223,15 +223,16 @@ loginPasswordlessEmailCodeManager.switchConnection({ -SwitchConnectionOptionsEmailCode}> + + [SwitchConnectionOptionsEmailCode](/docs/libraries/acul/js-sdk/Screens/interfaces/SwitchConnectionOptionsEmailCode). + - - The connection name to switch to. Use `'email'` or `'sms'` for passwordless, or a DB connection name for password-based authentication. - + + The connection name to switch to. Use `'email'` or `'sms'` for passwordless, or a DB connection name for password-based authentication. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessSmsOtp.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessSmsOtp.mdx index b862d59677..7c0c9c004d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessSmsOtp.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessSmsOtp.mdx @@ -1,6 +1,6 @@ --- title: "LoginPasswordlessSmsOtp" -description: "Describes all the properties and methods available to customize the Universal Login `login-passwordless-sms-otp screen." +description: "Describes all the properties and methods available to customize the Universal Login `login-passwordless-sms-otp` screen." --- The LoginPasswordlessSmsOtp class implements the `login-passwordless-sms-otp` screen functionality. This screen collects the user's phone number and code. @@ -76,24 +76,24 @@ loginPasswordlessSmsOtpManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** Error[]}> @@ -128,24 +128,24 @@ startResend(); -StartResendOptions}> + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. -*** @@ -161,16 +161,16 @@ loginPasswordlessSmsOtpManager.resendOTP(); -CustomOptions}> + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -188,28 +188,28 @@ loginPasswordlessSmsOtpManager.submitOTP({ -SubmitOTPOptions}> + + [SubmitOTPOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SubmitOTPOptions). + - - The code entered by the user. - + + The code entered by the user. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. + - - The user's identifier. - + + The user's identifier. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -227,15 +227,16 @@ loginPasswordlessSmsOtpManager.switchConnection({ -SwitchConnectionOptionsSmsOtp}> + + [SwitchConnectionOptionsSmsOtp](/docs/libraries/acul/js-sdk/Screens/interfaces/SwitchConnectionOptionsSmsOtp). + - - The connection name to switch to. Use `'email'` or `'sms'` for passwordless, or a DB connection name for password-based authentication. - + + The connection name to switch to. Use `'email'` or `'sms'` for passwordless, or a DB connection name for password-based authentication. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx index 734375a8bc..972dc9731b 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/Logout.mdx @@ -75,20 +75,20 @@ logoutManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -106,16 +106,16 @@ logoutManager.confirmLogout({ -ConfirmLogoutOptions}> + + [ConfirmLogoutOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ConfirmLogoutOptions). + - - The authentication transaction state. - + + The authentication transaction state. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx index 9fb347d348..d410dce14f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.mdx @@ -76,20 +76,20 @@ logoutAbortedManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx index ba3ecee807..b77927b8c0 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.mdx @@ -75,20 +75,20 @@ logoutCompleteManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx index 9a0c80f04e..4da63903d2 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.mdx @@ -74,21 +74,21 @@ mfaBeginEnrollOptions.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -106,17 +106,17 @@ await mfaBeginEnrollOptions.enroll({ **Method Parameters** + + + [MfaEnrollOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaEnrollOptions). + -MfaEnrollOptions} required> - - - The action indicating which factor to enroll. - + + The action indicating which factor to enroll. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx index 7c250aae5d..361dde5870 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.mdx @@ -76,21 +76,21 @@ mfaCountryCodes.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -108,7 +108,6 @@ const mfaCountryCodes = new MfaCountryCodes(); await mfaCountryCodes.goBack(); ``` -*** @@ -127,16 +126,17 @@ await mfaCountryCodes.selectCountryCode({ **Method Parameters** + + + [SelectCountryCodeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SelectCountryCodeOptions). + -SelectCountryCodeOptions} required> - - - The country code (for example, `'US'`, `'GB'`). - + + The country code (for example, `'US'`, `'GB'`). + - - The phone prefix (for example, `'+1'`, `'+44'`). - + + The phone prefix (for example, `'+1'`, `'+44'`). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx index cce621f801..ff9b190b2a 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.mdx @@ -72,21 +72,21 @@ mfaDetectBrowserCapabilities.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -98,7 +98,6 @@ const mfaDetectBrowserCapabilities = new MfaDetectBrowserCapabilities(); await mfaDetectBrowserCapabilities.detectCapabilities(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx index ab71f85363..0fab653f5c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx @@ -76,21 +76,21 @@ mfaEmailChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -109,21 +109,21 @@ await mfaEmailChallenge.continue({ **Method Parameters** + + + [ContinuePayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ContinuePayloadOptions). + -ContinuePayloadOptions} required> - - - The code entered by the user. - + + The code entered by the user. + - - Indicates whether to remember the device. - + + Indicates whether to remember the device. -*** Error[]}> @@ -142,7 +142,6 @@ const mfaEmailChallenge = new MfaEmailChallenge(); await mfaEmailChallenge.pickEmail(); ``` -*** @@ -157,13 +156,13 @@ await mfaEmailChallenge.resendCode(); **Method Parameters** - -ResendCodePayloadOptions}> + + + [ResendCodePayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResendCodePayloadOptions). -*** ResendControl}> @@ -190,22 +189,25 @@ startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - - - + + The cooldown duration in seconds before the user can resend the code again. + - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + + + Callback invoked when the cooldown expires and resend becomes available again. -*** @@ -221,8 +223,9 @@ await mfaEmailChallenge.tryAnotherMethod(); **Method Parameters** - -TryAnotherMethodPayloadOptions}> + + + [TryAnotherMethodPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodPayloadOptions). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx index dd8e587e83..f90b031bb6 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.mdx @@ -75,21 +75,21 @@ mfaEmailList.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -108,7 +108,6 @@ const mfaEmailList = new MfaEmailList(); await mfaEmailList.goBack(); ``` -*** @@ -126,12 +125,13 @@ await mfaEmailList.selectMfaEmail({ **Method Parameters** + + + [SelectMfaEmailOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaEmailOptions). + -SelectMfaEmailOptions} required> - - - The index of the email to select. - + + The index of the email to select. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx index d66a352ef4..eb102f032e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.mdx @@ -72,21 +72,21 @@ mfaEnrollResult.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx index 0c77a2e175..bc727542cf 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.mdx @@ -75,21 +75,21 @@ mfaLoginOptions.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -107,17 +107,17 @@ await mfaLoginOptions.enroll({ **Method Parameters** + + + [LoginEnrollOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LoginEnrollOptions). + -LoginEnrollOptions} required> - - - The action indicating which factor to enroll. - + + The action indicating which factor to enroll. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx index 60fa21a16d..af8050a967 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx @@ -76,21 +76,21 @@ mfaOtpChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -109,21 +109,21 @@ await mfaOtpChallenge.continue({ **Method Parameters** + + + [ContinueOTPOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOTPOptions). + -ContinueOTPOptions} required> - - - The OTP code entered by the user. - + + The OTP code entered by the user. + - - Indicates whether to remember the browser. - + + Indicates whether to remember the browser. -*** Error[]}> @@ -145,8 +145,9 @@ await mfaOtpChallenge.tryAnotherMethod(); **Method Parameters** - -TryAnotherMethodMfaOtpChallengeOptions}> + + + [TryAnotherMethodMfaOtpChallengeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodMfaOtpChallengeOptions). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx index 5de131e3a8..95d583641c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx @@ -75,21 +75,21 @@ mfaOtpEnrollmentCode.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -107,17 +107,17 @@ await mfaOtpEnrollmentCode.continue({ **Method Parameters** + + + [MfaOtpContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpContinueOptions). + -MfaOtpContinueOptions} required> - - - The OTP code entered by the user. - + + The OTP code entered by the user. -*** Error[]}> @@ -136,7 +136,6 @@ const mfaOtpEnrollmentCode = new MfaOtpEnrollmentCode(); await mfaOtpEnrollmentCode.toggleView(); ``` -*** @@ -152,8 +151,9 @@ await mfaOtpEnrollmentCode.tryAnotherMethod(); **Method Parameters** - -MfaOtpTryAnotherMethodOptions}> + + + [MfaOtpTryAnotherMethodOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpTryAnotherMethodOptions). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx index ec9ffbfa7e..000c73153c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.mdx @@ -73,21 +73,21 @@ mfaOtpEnrollmentQr.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -103,17 +103,17 @@ await mfaOtpEnrollmentQr.continue({ code: '123456' }); **Method Parameters** + + + [MfaOtpEnrollmentQrContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpEnrollmentQrContinueOptions). + -MfaOtpEnrollmentQrContinueOptions} required> - - - The OTP code entered by the user. - + + The OTP code entered by the user. -*** Error[]}> @@ -132,7 +132,6 @@ const mfaOtpEnrollmentQr = new MfaOtpEnrollmentQr(); await mfaOtpEnrollmentQr.toggleView(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx index 90d9bdb2ac..ca4c6f6fbf 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.mdx @@ -74,21 +74,21 @@ mfaPhoneChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -104,17 +104,17 @@ await mfaPhoneChallenge.continue({ type: 'sms' }); **Method Parameters** + + + [MfaPhoneChallengeContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneChallengeContinueOptions). + -MfaPhoneChallengeContinueOptions} required> - - - The delivery method for the MFA code. - + + The delivery method for the MFA code. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx index 3a9c25e5f5..a7445bbbd5 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.mdx @@ -73,21 +73,21 @@ mfaPhoneEnrollment.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -103,21 +103,21 @@ await mfaPhoneEnrollment.continueEnrollment({ phone: '+1234567890', type: 'sms' **Method Parameters** + + + [MfaPhoneEnrollmentContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPhoneEnrollmentContinueOptions). + -MfaPhoneEnrollmentContinueOptions} required> - - - The user's phone number. - + + The user's phone number. + - - The delivery method for the verification code. - + + The delivery method for the verification code. -*** Error[]}> @@ -136,7 +136,6 @@ const mfaPhoneEnrollment = new MfaPhoneEnrollment(); await mfaPhoneEnrollment.pickCountryCode(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx index 99bbebedd5..41103d95a4 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.mdx @@ -73,21 +73,21 @@ mfaPushChallengePush.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -103,17 +103,17 @@ await mfaPushChallengePush.continue(); **Method Parameters** + + + [WithRememberOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/WithRememberOptions). + -WithRememberOptions}> - - - Indicates whether to remember the device. - + + Indicates whether to remember the device. -*** @@ -126,7 +126,6 @@ const mfaPushChallengePush = new MfaPushChallengePush(); await mfaPushChallengePush.enterCodeManually(); ``` -*** Error[]}> @@ -171,25 +170,25 @@ control.stopPolling(); **Method Parameters** + + + [MfaPollingOptions](/docs/libraries/acul/js-sdk/Screens/type-aliases/MfaPollingOptions). + -MfaPollingOptions} required> - - - Optional interval, in milliseconds, between consecutive polling requests. If omitted, the SDK's internal default interval is used (typically 5000 ms). - + + Optional interval, in milliseconds, between consecutive polling requests. If omitted, the SDK's internal default interval is used (typically 5000 ms). + - - Optional callback executed once the MFA push challenge is successfully approved and polling completes. Called exactly once, after which polling stops automatically. - + + Optional callback executed once the MFA push challenge is successfully approved and polling completes. Called exactly once, after which polling stops automatically. + - - Optional callback invoked if an error occurs while polling. Receives an `ULError` object containing `status` (HTTP status code) and `responseText` (raw response body). - + + Optional callback invoked if an error occurs while polling. Receives an `ULError` object containing `status` (HTTP status code) and `responseText` (raw response body). -*** @@ -205,17 +204,17 @@ await mfaPushChallengePush.resendPushNotification(); **Method Parameters** + + + [WithRememberOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/WithRememberOptions). + -WithRememberOptions}> - - - Indicates whether to remember the device. - + + Indicates whether to remember the device. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx index 69f3fceafd..d45666790d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.mdx @@ -73,21 +73,21 @@ mfaPushEnrollmentQr.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -103,17 +103,17 @@ await mfaPushEnrollmentQr.continue(); **Method Parameters** + + + [MfaPushEnrollmentQrWithRememberOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPushEnrollmentQrWithRememberOptions). + -MfaPushEnrollmentQrWithRememberOptions}> - - - Indicates whether to remember the device. - + + Indicates whether to remember the device. -*** Error[]}> @@ -132,7 +132,6 @@ const mfaPushEnrollmentQr = new MfaPushEnrollmentQr(); await mfaPushEnrollmentQr.pickAuthenticator(); ``` -*** MfaPushPollingControl}> @@ -171,20 +170,21 @@ control.stopPolling(); **Method Parameters** + + + [MfaPollingOptions](/docs/libraries/acul/js-sdk/Screens/type-aliases/MfaPollingOptions). + -MfaPollingOptions} required> - - - Optional interval, in milliseconds, between consecutive polling requests. If omitted, the SDK's internal default interval is used (typically 5000 ms). - + + Optional interval, in milliseconds, between consecutive polling requests. If omitted, the SDK's internal default interval is used (typically 5000 ms). + - - Optional callback executed once the MFA push enrollment is successfully approved and polling completes. Called exactly once, after which polling stops automatically. - + + Optional callback executed once the MFA push enrollment is successfully approved and polling completes. Called exactly once, after which polling stops automatically. + - - Optional callback invoked if an error occurs while polling. Receives an `ULError` object containing `status` (HTTP status code) and `responseText` (raw response body). - + + Optional callback invoked if an error occurs while polling. Receives an `ULError` object containing `status` (HTTP status code) and `responseText` (raw response body). diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx index dcf4907a71..dc0c0704ff 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.mdx @@ -73,21 +73,21 @@ mfaPushList.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -106,7 +106,6 @@ const mfaPushList = new MfaPushList(); await mfaPushList.goBack(); ``` -*** @@ -122,12 +121,13 @@ await mfaPushList.selectMfaPushDevice({ deviceIndex: 0 }); **Method Parameters** + + + [SelectMfaPushDeviceOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SelectMfaPushDeviceOptions). + -SelectMfaPushDeviceOptions} required> - - - The index of the device to select from the list of enrolled devices. The index is 0-based. - + + The index of the device to select from the list of enrolled devices. The index is 0-based. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx index ff330b419d..7e806dce56 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.mdx @@ -73,21 +73,21 @@ mfaPushWelcome.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -100,7 +100,6 @@ const mfaPushWelcome = new MfaPushWelcome(); await mfaPushWelcome.enroll(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx index 2ab6c0bcb1..d8ec05d9d0 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.mdx @@ -74,21 +74,21 @@ mfaRecoveryCodeChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -104,17 +104,17 @@ await mfaRecoveryCodeChallenge.continue({ code: 'YOUR_RECOVERY_CODE' }); **Method Parameters** + + + [MfaRecoveryCodeChallengeContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeChallengeContinueOptions). + -MfaRecoveryCodeChallengeContinueOptions} required> - - - The recovery code entered by the user. - + + The recovery code entered by the user. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx index 0634a1415d..dd2c987346 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.mdx @@ -74,21 +74,21 @@ mfaRecoveryCodeChallengeNewCode.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -102,7 +102,6 @@ await mfaRecoveryCodeChallengeNewCode.continue(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx index f1d222a6f0..be7482df1d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.mdx @@ -74,21 +74,21 @@ mfaRecoveryCodeEnrollment.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -104,17 +104,17 @@ await mfaRecoveryCodeEnrollment.continue({ isCodeCopied: true }); **Method Parameters** + + + [MfaRecoveryCodeEnrollmentContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaRecoveryCodeEnrollmentContinueOptions). + -MfaRecoveryCodeEnrollmentContinueOptions} required> - - - Indicates whether the user has copied the recovery code. - + + Indicates whether the user has copied the recovery code. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx index 7a7ba9a339..f3321efd2b 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.mdx @@ -77,21 +77,21 @@ mfaSmsChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -110,21 +110,21 @@ await mfaSmsChallenge.continueMfaSmsChallenge({ **Method Parameters** + + + [MfaSmsChallengeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsChallengeOptions). + -MfaSmsChallengeOptions} required> - - - The SMS code entered by the user. - + + The SMS code entered by the user. + - - When set to `true`, registers this device as trusted so the user is not prompted for MFA on subsequent logins from the same device. - + + When set to `true`, registers this device as trusted so the user is not prompted for MFA on subsequent logins from the same device. -*** @@ -137,7 +137,6 @@ const mfaSmsChallenge = new MfaSmsChallenge(); await mfaSmsChallenge.getACall(); ``` -*** Error[]}> @@ -156,7 +155,6 @@ const mfaSmsChallenge = new MfaSmsChallenge(); await mfaSmsChallenge.pickSms(); ``` -*** @@ -169,7 +167,6 @@ const mfaSmsChallenge = new MfaSmsChallenge(); await mfaSmsChallenge.resendCode(); ``` -*** ResendControl}> @@ -195,25 +192,25 @@ startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, receiving the remaining seconds and whether resend is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, receiving the remaining seconds and whether resend is currently disabled. + - - Callback invoked when the resend timeout expires and the resend option becomes available. - + + Callback invoked when the resend timeout expires and the resend option becomes available. + - - The number of seconds before the resend option becomes available. - + + The number of seconds before the resend option becomes available. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx index 1a0f56f14b..0f86885e2f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.mdx @@ -74,21 +74,21 @@ mfaSmsEnrollment.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -104,21 +104,21 @@ await mfaSmsEnrollment.continueEnrollment({ phone: '1234567890' }); **Method Parameters** + + + [MfaSmsEnrollmentOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsEnrollmentOptions). + -MfaSmsEnrollmentOptions} required> - - - The CAPTCHA code or response from the CAPTCHA provider. Required if your Auth0 tenant has Bot Detection enabled. - + + The CAPTCHA code or response from the CAPTCHA provider. Required if your Auth0 tenant has Bot Detection enabled. + - - The user's phone number. - + + The user's phone number. -*** Error[]}> @@ -137,7 +137,6 @@ const mfaSmsEnrollment = new MfaSmsEnrollment(); await mfaSmsEnrollment.pickCountryCode(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx index f4e3821ef3..d7ba2f0347 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.mdx @@ -69,7 +69,6 @@ const mfaSmsList = new MfaSmsList(); await mfaSmsList.backAction(); ``` -*** @@ -87,21 +86,21 @@ mfaSmsList.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -123,12 +122,13 @@ await mfaSmsList.selectPhoneNumber({ index: 0 }); **Method Parameters** + + + [MfaSmsListOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaSmsListOptions). + -MfaSmsListOptions}> - - - The index of the phone number to select. - + + The index of the phone number to select. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx index 3bd0199e4e..b33fabed87 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.mdx @@ -74,21 +74,21 @@ mfaVoiceChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -107,21 +107,21 @@ await mfaVoiceChallenge.continue({ **Method Parameters** + + + [MfaVoiceChallengeContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceChallengeContinueOptions). + -MfaVoiceChallengeContinueOptions} required> - - - The verification code received via voice call. - + + The verification code received via voice call. + - - When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. - + + When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. -*** Error[]}> @@ -140,7 +140,6 @@ const mfaVoiceChallenge = new MfaVoiceChallenge(); await mfaVoiceChallenge.pickPhone(); ``` -*** @@ -153,7 +152,6 @@ const mfaVoiceChallenge = new MfaVoiceChallenge(); await mfaVoiceChallenge.resendCode(); ``` -*** ResendControl}> @@ -179,25 +177,25 @@ startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, receiving the remaining seconds and whether resend is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, receiving the remaining seconds and whether resend is currently disabled. + - - Callback invoked when the resend timeout expires and the resend option becomes available. - + + Callback invoked when the resend timeout expires and the resend option becomes available. + - - The number of seconds before the resend option becomes available. - + + The number of seconds before the resend option becomes available. -*** @@ -210,7 +208,6 @@ const mfaVoiceChallenge = new MfaVoiceChallenge(); await mfaVoiceChallenge.switchToSms(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx index da523943bb..67d64db71e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.mdx @@ -74,21 +74,21 @@ mfaVoiceEnrollment.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -104,17 +104,17 @@ await mfaVoiceEnrollment.continue({ phone: '+1234567890' }); **Method Parameters** + + + [MfaVoiceEnrollmentContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaVoiceEnrollmentContinueOptions). + -MfaVoiceEnrollmentContinueOptions} required> - - - The user's phone number to receive the voice call. - + + The user's phone number to receive the voice call. -*** Error[]}> @@ -133,7 +133,6 @@ const mfaVoiceEnrollment = new MfaVoiceEnrollment(); await mfaVoiceEnrollment.selectPhoneCountryCode(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx index af44e14488..58d247a1fc 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.mdx @@ -74,21 +74,21 @@ mfaWebAuthnChangeKeyNickname.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -104,17 +104,17 @@ await mfaWebAuthnChangeKeyNickname.continueWithNewNickname({ nickname: 'My YubiK **Method Parameters** + + + [MfaWebAuthnChangeKeyNicknameContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnChangeKeyNicknameContinueOptions). + -MfaWebAuthnChangeKeyNicknameContinueOptions} required> - - - The new nickname for the WebAuthn security key. - + + The new nickname for the WebAuthn security key. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx index 1660ce1e1e..f4e6aefe79 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.mdx @@ -74,21 +74,21 @@ mfaWebAuthnEnrollmentSuccess.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -101,7 +101,6 @@ const mfaWebAuthnEnrollmentSuccess = new MfaWebAuthnEnrollmentSuccess(); await mfaWebAuthnEnrollmentSuccess.continue(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx index 825c187ae0..28b965d5f7 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.mdx @@ -74,21 +74,21 @@ mfaWebAuthnError.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -107,7 +107,6 @@ const mfaWebAuthnError = new MfaWebAuthnError(); await mfaWebAuthnError.noThanks(); ``` -*** @@ -120,7 +119,6 @@ const mfaWebAuthnError = new MfaWebAuthnError(); await mfaWebAuthnError.tryAgain(); ``` -*** @@ -133,7 +131,6 @@ const mfaWebAuthnError = new MfaWebAuthnError(); await mfaWebAuthnError.tryAnotherMethod(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx index c368f0c6ba..c2aab12f63 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.mdx @@ -74,21 +74,21 @@ mfaWebAuthnNotAvailableError.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx index ebaab0b1c6..b8b4761853 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.mdx @@ -74,21 +74,21 @@ mfaWebAuthnPlatformChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -112,18 +112,17 @@ await mfaWebAuthnPlatformChallenge.reportBrowserError({ **Method Parameters** + + + [MfaWebAuthnPlatformChallengeReportErrorOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnPlatformChallengeReportErrorOptions). + -MfaWebAuthnPlatformChallengeReportErrorOptions} required> - - WebAuthnErrorDetails} required> - The error object from the WebAuthn API (`navigator.credentials.get()`) to be reported. - - +WebAuthnErrorDetails} required> + The error object from the WebAuthn API (`navigator.credentials.get()`) to be reported. -*** @@ -137,7 +136,6 @@ await mfaWebAuthnPlatformChallenge.tryAnotherMethod(); ``` -*** @@ -153,12 +151,13 @@ await mfaWebAuthnPlatformChallenge.verify(); **Method Parameters** + + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + -CustomOptions}> - - - When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. - + + When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx index 901896b063..e61712a017 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.mdx @@ -74,21 +74,21 @@ mfaWebAuthnPlatformEnrollment.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -107,7 +107,6 @@ const mfaWebAuthnPlatformEnrollment = new MfaWebAuthnPlatformEnrollment(); await mfaWebAuthnPlatformEnrollment.refuseEnrollmentOnThisDevice(); ``` -*** @@ -125,18 +124,17 @@ await mfaWebAuthnPlatformEnrollment.reportBrowserError({ **Method Parameters** + + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + -CustomOptions} required> - - WebAuthnErrorDetails} required> - The error object from the WebAuthn API (`navigator.credentials.create()`) to be reported. - - +WebAuthnErrorDetails} required> + The error object from the WebAuthn API (`navigator.credentials.create()`) to be reported. -*** @@ -149,7 +147,6 @@ const mfaWebAuthnPlatformEnrollment = new MfaWebAuthnPlatformEnrollment(); await mfaWebAuthnPlatformEnrollment.snoozeEnrollment(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx index 5bd59ec74a..cb0c8493d3 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.mdx @@ -74,21 +74,21 @@ mfaWebAuthnRoamingChallenge.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -112,18 +112,17 @@ await mfaWebAuthnRoamingChallenge.reportWebAuthnError({ **Method Parameters** + + + [MfaWebAuthnRoamingChallengeReportErrorOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaWebAuthnRoamingChallengeReportErrorOptions). + -MfaWebAuthnRoamingChallengeReportErrorOptions} required> - - WebAuthnErrorDetails} required> - The error object from the WebAuthn API to be reported. - - +WebAuthnErrorDetails} required> + The error object from the WebAuthn API to be reported. -*** @@ -137,7 +136,6 @@ await mfaWebAuthnRoamingChallenge.tryAnotherMethod(); ``` -*** @@ -153,12 +151,13 @@ await mfaWebAuthnRoamingChallenge.verify(); **Method Parameters** + + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + -CustomOptions}> - - - When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. - + + When `true`, remembers the browser for future MFA challenges. Only applicable if `screen.showRememberDevice` is `true`. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx index 9c830b69e7..500d044627 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.mdx @@ -74,21 +74,21 @@ mfaWebAuthnRoamingEnrollment.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -101,7 +101,6 @@ const mfaWebAuthnRoamingEnrollment = new MfaWebAuthnRoamingEnrollment(); await mfaWebAuthnRoamingEnrollment.enroll(); ``` -*** Error[]}> @@ -125,18 +124,17 @@ await mfaWebAuthnRoamingEnrollment.showError({ **Method Parameters** + + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). + -CustomOptions} required> - - WebAuthnErrorDetails} required> - The error object from the WebAuthn API (`navigator.credentials.create()`) to be reported. - - +WebAuthnErrorDetails} required> + The error object from the WebAuthn API (`navigator.credentials.create()`) to be reported. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx index b83bb9a795..386e307a9d 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.mdx @@ -72,28 +72,27 @@ organizationPickerManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> This method retrieves the array of transaction errors from the context, or an empty array if none exist. -*** @@ -108,21 +107,21 @@ await organizationPickerManager.selectOrganization({ organization: 'org_XXXXXXXX **Method Parameters** + + + [SelectOrganizationOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SelectOrganizationOptions). + -SelectOrganizationOptions}> - - - The ID of the organization to select. - + + The ID of the organization to select. + - - An optional state value to include with the request. - + + An optional state value to include with the request. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx index d90f41a807..9e352252fa 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.mdx @@ -74,21 +74,21 @@ organizationSelectionManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -105,17 +105,17 @@ await organizationSelectionManager.continueWithOrganizationName({ **Method Parameters** + + + [ContinueWithOrganizationNameOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueWithOrganizationNameOptions). + -ContinueWithOrganizationNameOptions}> - - - The name of the organization to continue with. - + + The name of the organization to continue with. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx index 8c3c5397fb..b8db8bda3f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx @@ -70,21 +70,17 @@ await passkeyEnrollmentManager.abortPasskeyEnrollment(); **Method Parameters** + + + [AbortEnrollmentOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/AbortEnrollmentOptions). + -AbortEnrollmentOptions}> - - - When set to `true`, hides the passkey enrollment prompt for future sessions. - - - - Additional data collected from the user. - + + When set to `true`, hides the passkey enrollment prompt for future sessions. -*** @@ -101,25 +97,21 @@ passkeyEnrollmentManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - - - - When set to `'session'`, the selected language persists for the duration of the session. - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -134,17 +126,13 @@ await passkeyEnrollmentManager.continuePasskeyEnrollment(); **Method Parameters** - -CustomOptions}> - - - Additional data collected from the user. - + + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx index 14fa9d0daf..ddae22fab6 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx @@ -70,21 +70,17 @@ await passkeyEnrollmentLocalManager.abortPasskeyEnrollment({ doNotShowAgain: tru **Method Parameters** + + + [AbortEnrollmentOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/AbortEnrollmentOptions). + -AbortEnrollmentOptions}> - - - When set to `true`, hides the passkey enrollment prompt for future sessions. - - - - Additional data collected from the user. - + + When set to `true`, hides the passkey enrollment prompt for future sessions. -*** @@ -101,25 +97,21 @@ passkeyEnrollmentLocalManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - - - - When set to `'session'`, the selected language persists for the duration of the session. - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -134,17 +126,13 @@ await passkeyEnrollmentLocalManager.continuePasskeyEnrollment(); **Method Parameters** - -CustomOptions}> - - - Additional data collected from the user. - + + + [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx index 3013f5f174..41c2b904c8 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.mdx @@ -74,28 +74,27 @@ phoneIdentifierChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> This method retrieves the array of transaction errors from the context, or an empty array if none exist. -*** @@ -107,7 +106,6 @@ const phoneIdentifierChallengeManager = new PhoneIdentifierChallenge(); await phoneIdentifierChallengeManager.resendCode(); ``` -*** ResendControl}> @@ -125,25 +123,25 @@ await startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. -*** @@ -155,7 +153,6 @@ const phoneIdentifierChallengeManager = new PhoneIdentifierChallenge(); await phoneIdentifierChallengeManager.returnToPrevious(); ``` -*** @@ -172,21 +169,21 @@ await phoneIdentifierChallengeManager.submitPhoneChallenge({ **Method Parameters** + + + [PhoneChallengeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneChallengeOptions). + -PhoneChallengeOptions}> - - - The verification code sent to the user's phone number. - + + The verification code sent to the user's phone number. + - - The CAPTCHA response token, if CAPTCHA is enabled for this tenant. - + + The CAPTCHA response token, if CAPTCHA is enabled for this tenant. -*** @@ -198,7 +195,6 @@ const phoneIdentifierChallengeManager = new PhoneIdentifierChallenge(); await phoneIdentifierChallengeManager.switchToText(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx index 8b57301879..cdf6555fb5 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.mdx @@ -74,21 +74,21 @@ phoneIdentifierEnrollmentManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -105,24 +105,23 @@ await phoneIdentifierEnrollmentManager.continuePhoneEnrollment({ **Method Parameters** + + + [PhoneEnrollmentOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/PhoneEnrollmentOptions). + -PhoneEnrollmentOptions}> - - - The delivery method for the verification code. - + + The delivery method for the verification code. -*** Error[]}> This method retrieves the array of transaction errors from the context, or an empty array if none exist. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx index bbae1e2196..0f30eeac5f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.mdx @@ -72,21 +72,21 @@ redeemTicketManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -98,7 +98,6 @@ const redeemTicketManager = new RedeemTicket(); await redeemTicketManager.continue(); ``` -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx index 7438ad30a0..abdcd6d771 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.mdx @@ -75,21 +75,21 @@ resetPasswordManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -113,21 +113,21 @@ resetPasswordManager.resetPassword({ **Method Parameters** + + + [ResetPasswordOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordOptions). + -ResetPasswordOptions}> - - - The new password entered by the user. - + + The new password entered by the user. + - - Confirmation of the new password. Must match `password-reset`. - + + Confirmation of the new password. Must match `password-reset`. -*** PasswordValidationResult}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx index 1d7f704c62..1462ec2452 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.mdx @@ -72,21 +72,21 @@ resetPasswordEmailManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx index 45377530b2..c206ad4c9c 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.mdx @@ -71,21 +71,21 @@ resetPasswordErrorManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx index 1817cdcc86..84d340c2a8 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.mdx @@ -74,21 +74,21 @@ resetPasswordMfaEmailChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -105,21 +105,21 @@ await resetPasswordMfaEmailChallengeManager.continue({ **Method Parameters** + + + [ContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ContinueOptions). + -ContinueOptions}> - - - The verification code sent to the user's email address. - + + The verification code sent to the user's email address. + - - Whether to remember the device for future MFA challenges. - + + Whether to remember the device for future MFA challenges. -*** Error[]}> @@ -138,7 +138,6 @@ await resetPasswordMfaEmailChallengeManager.resendCode(); ``` -*** ResendControl}> @@ -164,25 +163,25 @@ startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - - The number of seconds to wait before allowing the user to resend the code. - + + The number of seconds to wait before allowing the user to resend the code. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback fired when the timeout expires and the resend button becomes available. - + + Callback fired when the timeout expires and the resend button becomes available. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx index fb75b35a67..08a404f5e5 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.mdx @@ -74,21 +74,21 @@ resetPasswordMfaOtpChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -105,17 +105,17 @@ await resetPasswordMfaOtpChallengeManager.continue({ **Method Parameters** + + + [ResetPasswordMfaOtpChallengeContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaOtpChallengeContinueOptions). + -ResetPasswordMfaOtpChallengeContinueOptions}> - - - The OTP code from the user's authenticator app. - + + The OTP code from the user's authenticator app. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx index c5b5c940cd..defdee131f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.mdx @@ -74,21 +74,21 @@ resetPasswordMfaPhoneChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -105,17 +105,17 @@ await resetPasswordMfaPhoneChallengeManager.continue({ **Method Parameters** + + + [ResetPasswordMfaPhoneChallengeContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeContinueOptions). + -ResetPasswordMfaPhoneChallengeContinueOptions}> - - - The delivery method for the verification code. Use `sms` to send via text message or `voice` to send via a voice call. - + + The delivery method for the verification code. Use `sms` to send via text message or `voice` to send via a voice call. -*** Error[]}> @@ -138,12 +138,13 @@ await resetPasswordMfaPhoneChallengeManager.tryAnotherMethod({ **Method Parameters** + + + [ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions). + -ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions}> - - - The delivery method that was presented on the current screen. Required by the API to correctly process the method switch. - + + The delivery method that was presented on the current screen. Required by the API to correctly process the method switch. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx index 088cce10fd..83a4f8b68b 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.mdx @@ -72,21 +72,21 @@ resetPasswordMfaPushChallengePushManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -98,7 +98,6 @@ const resetPasswordMfaPushChallengePushManager = new ResetPasswordMfaPushChallen await resetPasswordMfaPushChallengePushManager.continue(); ``` -*** @@ -110,7 +109,6 @@ const resetPasswordMfaPushChallengePushManager = new ResetPasswordMfaPushChallen await resetPasswordMfaPushChallengePushManager.enterCodeManually(); ``` -*** Error[]}> @@ -142,25 +140,25 @@ control.stopPolling(); **Method Parameters** + + + [MfaPollingOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaPollingOptions). + -MfaPollingOptions}> - - - The interval in milliseconds between polling attempts. - + + The interval in milliseconds between polling attempts. + - - Callback invoked when the push challenge is approved and polling stops automatically. - + + Callback invoked when the push challenge is approved and polling stops automatically. + - - Callback invoked if an error occurs during polling. - + + Callback invoked if an error occurs during polling. -*** @@ -172,7 +170,6 @@ const resetPasswordMfaPushChallengePushManager = new ResetPasswordMfaPushChallen await resetPasswordMfaPushChallengePushManager.resendPushNotification(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx index bf1f87c6f2..268aa25348 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.mdx @@ -72,21 +72,21 @@ resetPasswordMfaRecoveryCodeChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -108,7 +108,6 @@ await resetPasswordMfaRecoveryCodeChallengeManager.continue('RECOVERY_CODE'); -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx index 704f23f3b1..c9d73121cc 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.mdx @@ -74,21 +74,21 @@ resetPasswordMfaSmsChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -105,17 +105,17 @@ await resetPasswordMfaSmsChallengeManager.continueMfaSmsChallenge({ **Method Parameters** + + + [ResetPasswordMfaSmsChallengeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaSmsChallengeOptions). + -ResetPasswordMfaSmsChallengeOptions}> - - - The SMS verification code entered by the user. - + + The SMS verification code entered by the user. -*** @@ -127,7 +127,6 @@ const resetPasswordMfaSmsChallengeManager = new ResetPasswordMfaSmsChallenge(); await resetPasswordMfaSmsChallengeManager.getACall(); ``` -*** Error[]}> @@ -145,7 +144,6 @@ const resetPasswordMfaSmsChallengeManager = new ResetPasswordMfaSmsChallenge(); await resetPasswordMfaSmsChallengeManager.resendCode(); ``` -*** ResendControl}> @@ -171,25 +169,25 @@ startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx index 2884506717..d8bad1dad6 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.mdx @@ -72,21 +72,21 @@ resetPasswordMfaVoiceChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -101,17 +101,17 @@ await resetPasswordMfaVoiceChallengeManager.continue({ code: '123456' }); **Method Parameters** + + + [ResetPasswordMfaVoiceChallengeContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaVoiceChallengeContinueOptions). + -ResetPasswordMfaVoiceChallengeContinueOptions}> - - - The verification code delivered to the user via voice call. - + + The verification code delivered to the user via voice call. -*** Error[]}> @@ -129,7 +129,6 @@ const resetPasswordMfaVoiceChallengeManager = new ResetPasswordMfaVoiceChallenge await resetPasswordMfaVoiceChallengeManager.resendCode(); ``` -*** ResendControl}> @@ -155,25 +154,25 @@ startResend(); **Method Parameters** + + + [StartResendOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/StartResendOptions). + -StartResendOptions}> - - - The cooldown duration in seconds before the user can resend the code again. - + + The cooldown duration in seconds before the user can resend the code again. + - OnStatusChangeCallback}> - Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. - +OnStatusChangeCallback}> + Callback invoked whenever the resend status changes, it returns the remaining seconds and if the resend functionality is currently disabled. + - - Callback invoked when the cooldown expires and resend becomes available again. - + + Callback invoked when the cooldown expires and resend becomes available again. -*** @@ -185,7 +184,6 @@ const resetPasswordMfaVoiceChallengeManager = new ResetPasswordMfaVoiceChallenge await resetPasswordMfaVoiceChallengeManager.switchToSms(); ``` -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx index d79b35fd04..6fcdd54235 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.mdx @@ -74,21 +74,21 @@ resetPasswordMfaWebAuthnPlatformChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** @@ -113,17 +113,17 @@ try { **Method Parameters** + + + [ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions). + -ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions}> - - - When `true`, marks the device as trusted so the user is not prompted for MFA again on this device. - + + When `true`, marks the device as trusted so the user is not prompted for MFA again on this device. -*** Error[]}> @@ -146,17 +146,17 @@ await resetPasswordMfaWebAuthnPlatformChallengeManager.reportBrowserError({ **Method Parameters** + + + [ResetPasswordMfaWebAuthnPlatformChallengeReportErrorOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnPlatformChallengeReportErrorOptions). + -ResetPasswordMfaWebAuthnPlatformChallengeReportErrorOptions}> - - WebAuthnErrorDetails} required> - The error object from the WebAuthn API. Must include `name` and `message` from the `DOMException` thrown by `navigator.credentials.get()`. - +WebAuthnErrorDetails} required> + The error object from the WebAuthn API. Must include `name` and `message` from the `DOMException` thrown by `navigator.credentials.get()`. -*** diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx index 603083a560..37b3727afb 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.mdx @@ -82,21 +82,21 @@ resetPasswordMfaWebAuthnRoamingChallengeManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -119,21 +119,21 @@ await resetPasswordMfaWebAuthnRoamingChallengeManager.showError({ **Method Parameters** + + + [ResetPasswordMfaWebAuthnRoamingChallengeShowErrorOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeShowErrorOptions). + -ResetPasswordMfaWebAuthnRoamingChallengeShowErrorOptions}> - - WebAuthnErrorDetails} required> - The error object from the WebAuthn API. Must include `name` and `message` from the `DOMException` thrown by `navigator.credentials.get()`. - +WebAuthnErrorDetails} required> + The error object from the WebAuthn API. Must include `name` and `message` from the `DOMException` thrown by `navigator.credentials.get()`. + - - When `true`, preserves the remember-device preference alongside the error report. - + + When `true`, preserves the remember-device preference alongside the error report. -*** @@ -148,17 +148,17 @@ await resetPasswordMfaWebAuthnRoamingChallengeManager.tryAnotherMethod(); **Method Parameters** + + + [ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions). + -ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions}> - - - When `true`, preserves the remember-device preference when switching methods. - + + When `true`, preserves the remember-device preference when switching methods. -*** @@ -183,12 +183,13 @@ try { **Method Parameters** + + + [ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions). + -ResetPasswordMfaWebAuthnRoamingChallengeUseSecurityKeyOptions}> - - - When `true`, marks the device as trusted so the user is not prompted for MFA again on this device. - + + When `true`, marks the device as trusted so the user is not prompted for MFA again on this device. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx index 48c968a0af..5c16e2c406 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.mdx @@ -67,7 +67,6 @@ const resetPasswordRequestManager = new ResetPasswordRequest(); await resetPasswordRequestManager.backToLogin(); ``` -*** @@ -84,21 +83,21 @@ resetPasswordRequestManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> @@ -131,16 +130,17 @@ await resetPasswordRequestManager.resetPassword({ username: 'testuser' }); **Method Parameters** + + + [ResetPasswordRequestOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResetPasswordRequestOptions). + -ResetPasswordRequestOptions}> - - - The username or email address of the account to reset. - + + The username or email address of the account to reset. + - - The CAPTCHA response token, if CAPTCHA is enabled for this tenant. - + + The CAPTCHA response token, if CAPTCHA is enabled for this tenant. diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx index e9335e2d5b..5a90145e7e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.mdx @@ -71,21 +71,21 @@ resetPasswordSuccessManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. -*** Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/Signup.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/Signup.mdx index dad6028d64..09842cbc90 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/Signup.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/Signup.mdx @@ -76,24 +76,24 @@ signupManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -111,20 +111,16 @@ signupManager.federatedSignup({ -FederatedSignupPayloadOptions}> - - - The social connection name to use. - + + [FederatedSignupPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions). + - - Additional data collected from the user. - + + The social connection name to use. -*** Error[]}> @@ -174,36 +170,36 @@ signupManager.signup({ -SignupPayloadOptions}> + + [SignupPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SignupPayloadOptions). + - - The user's email. - + + The user's email. + - - The user's identifier. - + + The user's identifier. + - - The user's phone number. - + + The user's phone number. + - - The user's password. - + + The user's password. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** PasswordValidationResult}> @@ -225,7 +221,6 @@ const result = signupManager.validatePassword('P@$wOrd123!'); -*** UsernameValidationResult}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/SignupId.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/SignupId.mdx index 6344693509..43d3d58b35 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/SignupId.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/SignupId.mdx @@ -75,28 +75,28 @@ signupIdManager.changeLanguage({ -LanguageChangeOptions}> + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** -This method handles allows signup via different social identifiers. For example: Google, Facebook, etc. +This method handles signup via different social identifiers. For example: Google, Facebook, etc. ```typescript Example import SignupId from '@auth0/auth0-acul-js/signup-id'; @@ -110,20 +110,16 @@ signupIdManager.federatedSignup({ -FederatedSignupOptions}> - - - The social connection name to use. - + + [FederatedSignupOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupOptions). + - - Additional data collected from the user. - + + The social connection name to use. -*** Error[]}> @@ -172,32 +168,32 @@ signupIdManager.signup({ -SignupOptions}> + + [SignupOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SignupOptions). + - - The user's email. - + + The user's email. + - - The user's identifier. - + + The user's identifier. + - - The user's phone number. - + + The user's phone number. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** UsernameValidationResult}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/SignupPassword.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/SignupPassword.mdx index da580e27b8..baf41eb3e2 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/SignupPassword.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/SignupPassword.mdx @@ -75,25 +75,25 @@ signupPasswordManager.changeLanguage({ **Method Parameters** + + + [LanguageChangeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/LanguageChangeOptions). + -LanguageChangeOptions}> - - - The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). - + + The locale code for the desired language (for example, `'en'`, `'fr'`, `'es'`). + - - When set to `'session'`, the selected language persists for the duration of the session. - + + When set to `'session'`, the selected language persists for the duration of the session. + - - Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -110,21 +110,17 @@ signupPasswordManager.federatedSignup({ **Method Parameters** + + + [FederatedSignupPasswordPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions). + -FederatedSignupPasswordPayloadOptions}> - - - The social connection name to use. - - - - Additional data collected from the user. - + + The social connection name to use. -*** Error[]}> @@ -148,37 +144,37 @@ signupPasswordManager.signup({ **Method Parameters** + + + [SignupPasswordOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/SignupPasswordOptions). + -SignupPasswordOptions}> - - - The user's email. - + + The user's email. + - - The user's identifier. - + + The user's identifier. + - - The user's phone number. - + + The user's phone number. + - - The user's password. - + + The user's password. + - - The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. - + + The captcha code or response from the captcha provider. This property is required if your Auth0 tenant has [Bot Detection](/docs/secure/attack-protection/bot-detection) enabled. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** @@ -195,21 +191,21 @@ signupPasswordManager.switchConnection({ **Method Parameters** + + + [SwitchConnectionOptionsSignupPassword](/docs/libraries/acul/js-sdk/Screens/interfaces/SwitchConnectionOptionsSignupPassword). + -SwitchConnectionOptionsSignupPassword}> - - - The connection identifier to switch to during the signup-password authentication flow. - + + The connection identifier to switch to during the signup-password authentication flow. + - - Additional data collected from the user. - + + Additional custom fields prefixed with `ulp-` (for example, `'ulp-custom-field'`). -*** PasswordValidationResult}> @@ -224,7 +220,7 @@ const result = signupPasswordManager.validatePassword('MyP@ssw0rd!'); **Method Parameters** - + The password string to validate. diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx index 7e0fb37345..f46d4372d7 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPasswordOptions.mdx @@ -3,7 +3,7 @@ title: "FederatedLoginPasswordOptions" --- ```ts Example -export interface FederatedLoginOptions { +export interface FederatedLoginPasswordOptions { connection: string; [key: string]: string | number | boolean; } diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx index 5eb6c2e288..70264ed34e 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedLoginPayloadOptions.mdx @@ -5,7 +5,7 @@ title: "FederatedLoginPayloadOptions" Options for performing social login operations ```ts Example -export interface FederatedLoginOptions { +export interface FederatedLoginPayloadOptions { /** The social connection name to use */ connection: string; /** Any additional custom options */ diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx index 0b3e124df6..6794d32375 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPasswordPayloadOptions.mdx @@ -3,7 +3,7 @@ title: "FederatedSignupPasswordPayloadOptions" --- ```ts Example -export interface FederatedSignupOptions { +export interface FederatedSignupPasswordPayloadOptions { connection: string; [key: string]: string | number | boolean; } diff --git a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx index b9b7aa0b64..fb48dad942 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/interfaces/FederatedSignupPayloadOptions.mdx @@ -3,7 +3,7 @@ title: "FederatedSignupPayloadOptions" --- ```ts Example -export interface FederatedSignupOptions { +export interface FederatedSignupPayloadOptions { connection: string; [key: string]: string | number | boolean; } From 66a29ccb0109f6eabdab0a9b5e7e649af132bbda Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 19 May 2026 09:27:02 +0200 Subject: [PATCH 6/6] Remove empty Method Parameters sections from JS SDK screen docs Co-Authored-By: Claude Opus 4.7 --- .../Screens/classes/MfaEmailChallenge.mdx | 20 ------------------- .../Screens/classes/MfaOtpChallenge.mdx | 10 ---------- .../Screens/classes/MfaOtpEnrollmentCode.mdx | 10 ---------- .../Screens/classes/PasskeyEnrollment.mdx | 10 ---------- .../classes/PasskeyEnrollmentLocal.mdx | 10 ---------- 5 files changed, 60 deletions(-) diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx index 0fab653f5c..e919987b86 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx @@ -152,16 +152,6 @@ import MfaEmailChallenge from '@auth0/auth0-acul-js/mfa-email-challenge'; const mfaEmailChallenge = new MfaEmailChallenge(); await mfaEmailChallenge.resendCode(); ``` - -**Method Parameters** - - - - - [ResendCodePayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/ResendCodePayloadOptions). - - - ResendControl}> @@ -219,14 +209,4 @@ import MfaEmailChallenge from '@auth0/auth0-acul-js/mfa-email-challenge'; const mfaEmailChallenge = new MfaEmailChallenge(); await mfaEmailChallenge.tryAnotherMethod(); ``` - -**Method Parameters** - - - - - [TryAnotherMethodPayloadOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodPayloadOptions). - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx index af8050a967..1890b9f85f 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.mdx @@ -141,14 +141,4 @@ import MfaOtpChallenge from '@auth0/auth0-acul-js/mfa-otp-challenge'; const mfaOtpChallenge = new MfaOtpChallenge(); await mfaOtpChallenge.tryAnotherMethod(); ``` - -**Method Parameters** - - - - - [TryAnotherMethodMfaOtpChallengeOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/TryAnotherMethodMfaOtpChallengeOptions). - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx index 95d583641c..82ade2aaa4 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.mdx @@ -147,14 +147,4 @@ import MfaOtpEnrollmentCode from '@auth0/auth0-acul-js/mfa-otp-enrollment-code'; const mfaOtpEnrollmentCode = new MfaOtpEnrollmentCode(); await mfaOtpEnrollmentCode.tryAnotherMethod(); ``` - -**Method Parameters** - - - - - [MfaOtpTryAnotherMethodOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/MfaOtpTryAnotherMethodOptions). - - - diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx index b8db8bda3f..04d667395b 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.mdx @@ -122,16 +122,6 @@ import PasskeyEnrollment from '@auth0/auth0-acul-js/passkey-enrollment'; const passkeyEnrollmentManager = new PasskeyEnrollment(); await passkeyEnrollmentManager.continuePasskeyEnrollment(); ``` - -**Method Parameters** - - - - - [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). - - - Error[]}> diff --git a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx index ddae22fab6..52ff1118cf 100644 --- a/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx +++ b/main/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.mdx @@ -122,16 +122,6 @@ import PasskeyEnrollmentLocal from '@auth0/auth0-acul-js/passkey-enrollment-loca const passkeyEnrollmentLocalManager = new PasskeyEnrollmentLocal(); await passkeyEnrollmentLocalManager.continuePasskeyEnrollment(); ``` - -**Method Parameters** - - - - - [CustomOptions](/docs/libraries/acul/js-sdk/Screens/interfaces/CustomOptions). - - - Error[]}>