debugToken
Decode token components for debugging without validating the signature. Useful for inspecting token contents and checking expiration.
Parameters
token
The base64url-encoded token to decode.
Returns
{ callId: string; functionName: string; expiry: number; nonce: string; signature: string; expired: boolean } | null
— The decoded token fields and expiration status, or null if malformed.