ACCESS_TOKEN_EXPIRED
Error Cause
Access token has expired, user authentication information is invalid.
Solutions
- Use refresh token to refresh access token
- Re-login the user to get new tokens
- Implement automatic token refresh mechanism in the app
- Check if token validity period settings are reasonable
- Ensure timely token refresh before expiration