@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions

    TryAnotherMethodOptions

    interface ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions {
        rememberDevice?: boolean;
        [key: string]: string | number | boolean | undefined;
    }

    Hierarchy (View Summary)

    • CustomOptions
      • ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    Properties

    rememberDevice?: boolean

    Optional. If true and screen.showRememberDevice is also true, the SDK will include rememberBrowser=true in the form submission.