ebay_validate_token_expiry
Check whether eBay access or refresh tokens are expired or expiring soon, and receive recommendations to refresh or re-authorize.
Instructions
Validate token expiry times and get recommendations. Checks if access/refresh tokens are expired or expiring soon, and provides actionable recommendations (e.g., refresh access token, re-authorize user).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessTokenExpiry | Yes | Access token expiry time. Can be ISO date string, Unix timestamp (seconds or milliseconds), or relative time | |
| refreshTokenExpiry | Yes | Refresh token expiry time. Can be ISO date string, Unix timestamp (seconds or milliseconds), or relative time |