Kiedy otrzymuję access_token
z Google API, ma on expires_in
wartość. Zgodnie z dokumentacją ta wartość wskazuje „Pozostały okres istnienia tokenu dostępu”.
Jakie są jednostki tej wartości?
Kiedy otrzymuję access_token
z Google API, ma on expires_in
wartość. Zgodnie z dokumentacją ta wartość wskazuje „Pozostały okres istnienia tokenu dostępu”.
Jakie są jednostki tej wartości?
Odpowiedzi:
Specyfikacja mówi sekundy:
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.
Zgadzam się z OP, że Google nie dokumentuje tego.
Zajrzyj na: https://developers.google.com/accounts/docs/OAuth2UserAgent#handlingtheresponse
To mówi:
Inne parametry zawarte w odpowiedzi to
expires_in
itoken_type
. Te parametry opisują żywotność tokenu w sekundach ...
Z Google OAuth2.0 dla dokumentacji klienta ,