How long is the token valid for when used in my request?
How long is the token valid for?
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.
For more details about Get Token
For more details about Refresh Token