Generate a QR code link to display to a user after they have initiated MFA setup.
const mfaSetupQrCodeUrl = authService.generateMfaQrCodeUrl()if (mfaSetupQrCodeUrl) { // use mfaSetupQrCodeUrl to display QR code to user} Copy
const mfaSetupQrCodeUrl = authService.generateMfaQrCodeUrl()if (mfaSetupQrCodeUrl) { // use mfaSetupQrCodeUrl to display QR code to user}
Generate a QR code link to display to a user after they have initiated MFA setup.
Example