superset_auth_check_token_validity
Verify authentication status by checking if the current access token is valid before making API calls to Apache Superset.
Instructions
Check if the current access token is still valid
Makes a request to the /api/v1/me/ endpoint to test if the current token is valid. Use this to verify authentication status before making other API calls.
Returns: A dictionary with token validity status and any error information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||