ebay_validate_token_expiry
Validate eBay access and refresh token expiry times and get actionable recommendations for refreshing or re-authorizing.
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 |