Regex not showing properly in documentation

In this page here the regex seems to be printed wrong : https://developer.genesys.cloud/devapps/audiohook/security#client-authentication:~:text=Security-,Client%20Authentication,-Genesys%20Cloud%20will
for client secret


This is preventing me from creating valid secrets do you guys know the proper regex and can this be fixed?

Thanks for reporting. The correct regex is ^(?:[A-Za-z\d+/]{4})*(?:[A-Za-z\d+/]{3}=?|[A-Za-z\d+/]{2}(?:==)?)?$

Thanks a lot for the prompt response!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.