Final Live Session Calculation
To calculate the Live Session Token, we need to create a new HMAC Sha1 object, using the K hex bytes as a key. We then hash our HMAC Sha1 object against our prepend byte string.
The final byte array, converted to a Base64 string, is the computed live session token.

