Google access token expiration time

前端 未结 4 2019
南笙
南笙 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:25

    Have a look at: https://developers.google.com/accounts/docs/OAuth2UserAgent#handlingtheresponse

    It says:

    Other parameters included in the response include expires_in and token_type. These parameters describe the lifetime of the token in seconds...

提交回复
热议问题