Decode and analyze Autodesk Platform Services JWT authentication tokens
Instead of using this web tool, you can use RAPS CLI:
raps auth status - View current token details
raps auth decode-token <jwt-token> - Decode specific token
Paste your APS authentication token (JWT) to decode and analyze it
JSON Web Tokens (JWT) are used by APS for authentication. They contain:
APS tokens typically expire after 1 hour (3600 seconds) and contain OAuth scopes that define what APIs you can access.