Generate a QR code link to display to a user after they have initiated
authenticator app MFA setup.
Example
constmfaAuthenticatorAppSetupQrCodeUrl = mfaService.generateMfaAuthenticatorAppQrCodeUrl() if (mfaAuthenticatorAppSetupQrCodeUrl) { // use mfaAuthenticatorAppSetupQrCodeUrl to display QR code to user }
Generate a QR code link to display to a user after they have initiated authenticator app MFA setup.
Example