How long is the token valid for?

Discussing technical aspects of Yun development products, including IoT Core and other cloud service APIs, data analysis products, etc.


Post Reply
bohan
Posts: 5

How long is the token valid for when used in my request?

JamesG
Posts: 38

Re: How long is the token valid for?

For cloud-cloud docking scenarios, developers can apply for cloud API authorization from the platform, using a simple mode to implicitly obtain tokens.
Each OAuth token is valid for two hours. After expiration, you need to use refresh_token to replace the previous token.

Post Reply