Kelvin Ojiako
07/24/2023, 7:09 PMwhile(true){ }
and I believe that's not how to get the response object. So just to clarify, will this code snippet work val response: HttpResponse = client.get("<https://www.googleapis.com/oauth2/v2/userinfo>")
for requesting the protected resource from Google API? or will I have to add some more to get the response object that is then used to obtain the userInfo.Aleksei Tirman [JB]
07/29/2023, 11:09 AM