Page 1 of 1

How long is the token valid for?

Posted: 2023年 Sep 20日 10:37
by bohan

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


Re: How long is the token valid for?

Posted: 2023年 Sep 20日 11:16
by JamesG

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.