Google访问令牌到期时间

当我从Google API获取access_token ,会附带一个expires_in值。 根据文档,这个值表示“访问令牌的剩余生命周期”。

这个值是多less?

查看: https : //developers.google.com/accounts/docs/OAuth2UserAgent#handlingtheresponse

它说:

响应中包含的其他参数包括expires_intoken_type 。 这些参数以秒为单位描述令牌的生命周期…

规范说秒:

http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.2.2

 expires_in OPTIONAL. The lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated. 

我同意OP的意见,对Google来说,这是不小心的。

既然没有被接受的答案,我会试着回答这个问题:

 [s] - seconds