Access Token Terminology
Learn key terms and concepts related to Vivox access tokens.
読み終わるまでの所要時間 1 分最終更新 23日前
| Term | Description |
| Base64url encoding | Base64 encoding with all trailing '=' removed, '+' changed to '-', and '/' changed to '_'. For more information, refer to the IETF documentation on RFC 7515. The following example is an implementation of base64url encoding in PHP: The following example is an implementation of base64url encoding in Python: For an example implementation of base64url encoding in C#, see the IETF documentation on RFC 7515. |
| URL and filename safe string | A string composed of characters found in the URL and filename safe Base64 alphabet. For more information, see the IETF documentation on RFC 4648. |