Validate a token against the expected call ID and function name. Checks the HMAC signature, expiration, function name match, and call ID match.
The expected call ID.
The expected function name.
The base64url-encoded token to validate.
boolean — true if the token is valid and not expired.