Bug? GoogleOAuth-Class - Support access_type=offline

DonManfred

Expert
Licensed User
Longtime User
Here i posted a comment in a problem-thread.

The solution is to add
B4X:
"access_type":"offline"
to the Authenticaterequest.

You get no RefreshToken with new projects. They use access_type=online by default.

Maybe time for a Classupdate?
 
Top