Access token format
Understand the structure and format of Vivox Access Tokens.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前
A Vivox access token is similar to a JSON Web Token (JWT), but with a limited set of claims (for example, ).
vxi, f, iss, vxa, t, expThe Vivox access token is a string that uses the format : three base64url-encoded parts that are separated by periods.
header.payload.signature