user1686841
user1686841

Reputation: 95

What happens after the Nest access token expires?

Question says it all. I couldn't find anywhere in the API that states what happens when it expires. Do you have to open that "Works with Nest" webpage again and get a new authorization code? Or, using the same authorization code, just get a new token? And how will Nest indicate the token has expired?

Upvotes: 4

Views: 988

Answers (1)

David W. Keith
David W. Keith

Reputation: 2254

Expiration date comes back in the OAuth response and is set to 10 years in the future, which is practically forever. That gives Nest quite a few years to come up with a refresh or expiration story.

Upvotes: 5

Related Questions