How to use it
Step 1
Confirm the token is plain Base64
Check whether the value is a raw Base64 payload instead of a signed token format like JWT.
Step 2
Decode and inspect the text
Review the output for expected keys, scopes, or embedded JSON.
Step 3
Redact before sharing
Remove any secrets, account IDs, or live authorization data.