Generates an HMAC-SHA256 hash of the provided payload using the given API secret. Args: api_secret (str): The API secret to use for the HMAC-SHA256 hashing. payload (str): The payload to hash. Returns: str: The hexadecimal HMAC-SHA256 hash of the payload.
(api_secret: str, payload: str)
source not stored for this graph (policy: none)
no outgoing calls