163

Google API からを取得access_tokenすると、値が付属していexpires_inます。ドキュメントによると、この値は「アクセス トークンの残りの有効期間」を示します。

この値の単位は何ですか?

4

4 に答える 4

107

仕様には秒が書かれています:

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に同意します。

于 2012-10-08T20:00:26.000 に答える
90

見てください: https://developers.google.com/accounts/docs/OAuth2UserAgent#handlingtheresponse

それは言います:

応答に含まれるその他のパラメータには、expires_inおよび があり token_typeます。これらのパラメーターは、トークンの有効期間を秒単位で表します...

于 2012-04-30T22:22:57.903 に答える
16

受け入れられた答えがないので、私はこれに答えようとします:

[s] - seconds
于 2015-02-18T12:51:48.730 に答える