Hello.
We are in the migration proccess from server-client to powerserver Web. We have a new necessity for our application that is calling an API using Auth 2.0
We have look out the help reference and we have seen that there are two example ways for implement it:
1º (Recommended) Using OAuthClient.
In this example, following objects are used
OAuthClient
TokenRequest
TokenResponse
OAuthRequest
ResourceResponse
None of them are powerserver Web supported.
2º (using HTTPClient)
Following objects are used
HttpClient
CoderObject
Jsonpackage
Neither CoderObject, nor Jsonpackage are Web supported. For Jsonpackage we can use supoorted JsonGenerator and JsonParser.
But for CoderObject, ¿Is there any altenative in powerserver WEB?
I have seen in some post, that CoderObject will be a priority in the next major version (2021 I think). Until that date, could we use any alternative to calling an API using Auth 2.0.?, Which one?
Thanks in advance.
Juan Pedro Sanz Díez