File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,22 @@ class Token(InstanceResource):
10
10
11
11
.. attribute:: password
12
12
13
- The temporary password that the username will use when authenticating with Twilio.
13
+ The temporary password that the username will use when
14
+ authenticating with Twilio.
14
15
15
16
.. attribute:: ttl
16
17
17
- The duration in seconds for which the username and password are valid, the default value is 86,400 (24 hours).
18
+ The duration in seconds for which the username and password
19
+ are valid, the default value is 86,400 (24 hours).
18
20
19
21
.. attribute:: account_sid
20
22
21
23
The unique id of the Account that created this Token.
22
24
23
25
.. attribute:: ice_servers
24
26
25
- An array representing the ephemeral credentials and the STUN and TURN server URIs.
27
+ An array representing the ephemeral credentials and the
28
+ STUN and TURN server URIs.
26
29
27
30
.. attribute:: date_created
28
31
You can’t perform that action at this time.
0 commit comments