CrossGeeks / GoogleClientPlugin

Google Client Plugin for Xamarin iOS and Android
https://www.pujolsluis.com/google-client-plugin-for-xamarin/
MIT License
89 stars 37 forks source link

How to get Refresh Token? #88

Open EvanEvan-17 opened 2 years ago

EvanEvan-17 commented 2 years ago

Is your feature request related to a problem? Please describe. Yes. So I have a project where user can link their Google Account to save their data to Google Calendar, but the problem is I can't get a Refresh Token. Maybe this is a small problem for most people, but for me it is not a small problem.

Describe the solution you'd like I want that the plugin also return the refresh token, token expires in, and token created in data, since Google return that data in their official plugin (which not supported in Xamarin).