【发布时间】:2020-09-25 13:14:53
【问题描述】:
我正在编写一个从 Flutter 调用 google fit rest api 的应用程序。
我需要使用 (https://pub.dev/packages/google_sign_in) 与谷歌签名。 我可以毫无问题地获取令牌(参见Did anyone manage to get the id token from google sign in (Flutter)),但是当令牌过期时如何获取新令牌?
我不想要求用户每小时登录并获取一个新令牌
【问题讨论】:
标签: flutter google-signin google-fit