auth_refresh
Generate a concise meta description for the auth_refresh tool from the Storno CLI MCP server, following all provided instructions.
Instructions
Refresh an expired JWT access token using the refresh token. Both tokens are rotated. The new tokens are stored in the session config. Use when the current token has expired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refreshToken | No | Refresh token to use. If omitted, uses the token stored in session config (STORNO_REFRESH_TOKEN). |