Documentation

Support

Vivox Core SDK

Vivox Core SDK

Access token format

Learn the structure and components of an access token.
Read time 1 minuteLast updated 20 hours ago

A Vivox access token is similar to a JSON Web TokenClosed (JWT), but with a limited set of claims, for example,
vxi, f, iss, vxa, t, exp
.
The Vivox access token is a string that uses the format
header.payload.signature
: three base64url-encoded parts that are separated by periods.