Question: I’m integrating my Go Gin app with Azure AD for the company, ref: https://github.com/AzureAD/microsoft-authentication-library-for-go , however, it failed in the beginning step. I got "undefined: publicClientApp"in this line: Does anyone know why this happens? Are there any successful examples ...