generateToken
Generate a signed, base64url-encoded token binding a function name to a call ID. The token encodes the call ID, function name, expiry timestamp, a random nonce, and an HMAC-SHA256 signature.
Parameters
functionName
The SWAIG function name to bind.
callId
The call ID to bind.
Returns
string — A base64url-encoded token string.