You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following section documents the application [token server](/src/video-token-server.js) used to provide [Programable Video access tokens](https://www.twilio.com/docs/video/tutorials/user-identity-access-tokens) to supported Twilio Video applications. The token server is deployed as a [Twilio Function](https://www.twilio.com/docs/runtime/functions).
62
62
63
63
| Method | URL |
64
64
| ------ | ------------------ |
65
65
| POST |[`/token`](#token)|
66
66
67
-
#####Authentication
67
+
### Authentication
68
68
69
69
The application token server requires an [authentication mechanism](#twilio-rtcappsvideodeploy---authentication-auth) to be specified when deploying. The following section documents each supported authentication mechanism.
70
70
71
-
######Passcode
71
+
#### Passcode
72
72
73
73
Each request is verified using a passcode generated at deploy time. Passcodes remain valid for one week. After the passcode expires, users can redeploy an application and a new passcode will be generated. The snippet below provides an example request body used by a supported application.
74
74
@@ -80,15 +80,15 @@ Each request is verified using a passcode generated at deploy time. Passcodes re
0 commit comments