jwt_token_status
Checks the cached JWT token status, returning validity, expiration time, and authenticated user to confirm authentication state.
Instructions
Check the status of the cached JWT token.
Returns information about the currently cached JWT token including whether it's valid, when it expires, and the authenticated user.
Returns: JSON string with token status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |