Allow allowRememberBrowser in challengeWith and challengeWithAny API

Feature: Allow allowRememberBrowser in thechallengeWith and challengeWithAnyAPIs

Description: The newer challengeWith and challengeWithAny APIs allow for fully customizing the MFA experience except for disabling allowRememberBrowser. Currently this is available with the olderapi.multifactor.enable(‘any’, { allowRememberBrowser: false });method. This deficiency has prevented us from adopting the new API as our use-case requires us to disable the allowRememberBrowser feature.

Use-case: Custom MFA experience where the ability to “remember me” is controlled by the user’s organization. The parameters/conditions for “remembering” the user are also customized.