Google access token expiration time

前端 未结 4 2018
南笙
南笙 2020-12-13 22:42

When I obtain an access_token from the Google API, it comes with an expires_in value. According to the documentation, this value indicates \"The r

4条回答
  •  失恋的感觉
    2020-12-13 23:18

    From Google OAuth2.0 for Client documentation,

    • expires_in -- The number of seconds left before the token becomes invalid.

提交回复
热议问题