Google API からを取得access_token
すると、値が付属していexpires_in
ます。ドキュメントによると、この値は「アクセス トークンの残りの有効期間」を示します。
この値の単位は何ですか?
Google API からを取得access_token
すると、値が付属していexpires_in
ます。ドキュメントによると、この値は「アクセス トークンの残りの有効期間」を示します。
この値の単位は何ですか?
仕様には秒が書かれています:
https://datatracker.ietf.org/doc/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