Google APIからaccess_token
を取得すると、expires_in
値が付属しています。ドキュメントによると、この値は「アクセストークンの残りのライフタイム」を示しています。
この値の単位は何ですか?
仕様には秒が記載されています:
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.
Googleがこれを文書化しないことは不注意であることにOPに同意します。
ご覧ください: https://developers.google.com/accounts/docs/OAuth2UserAgent#handlingtheresponse
それは言います:
応答に含まれる他のパラメーターには、
expires_in
およびtoken_type
が含まれます。これらのパラメータは、トークンの寿命を秒単位で記述します...
受け入れられた答えがないので、私はこれに答えようとします:
[s] - seconds