Access Token Signature
Learn how Vivox access tokens are signed using HMAC SHA256.
Read time 1 minuteLast updated 2 days ago
The signature is the base64url-encoded HMAC of the first two parts:
base64UrlEncode(HMACSHA256(base64UrlEncode(header) + '.' + base64UrlEncode(payload), key))