ebay_validate_token_expiry
Check if eBay access and refresh tokens are expired or expiring soon, and get recommendations to refresh tokens or re-authorize users.
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 as an ISO date string, Unix timestamp, or relative time | |
| refreshTokenExpiry | Yes | Refresh token expiry as an ISO date string, Unix timestamp, or relative time |