Dynamic length OTP generation
Is there any way to generate the OTP in PEGA using 4 digits? currently OOTB engine API code generates 8 digit code.
com.pega.pegarules.pub.context.IOTPGenerationInfo generatedOTP = tools.getAuthorizationHandle().getOTPManager().generate(context,longLivedToken,tools);