8000 whitespace · Twilio-api/twilio-python@b17dbab · GitHub
[go: up one dir, main page]

Skip to content

Commit b17dbab

Browse files
author
Doug Black
committed
whitespace
1 parent b802647 commit b17dbab

File tree

1 file changed

+6
-3
lines changed

twilio/rest/resources/tokens.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,22 @@ class Token(InstanceResource):
1010
1111
.. attribute:: password
1212
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.
1415
1516
.. attribute:: ttl
1617
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).
1820
1921
.. attribute:: account_sid
2022
2123
The unique id of the Account that created this Token.
2224
2325
.. attribute:: ice_servers
2426
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.
2629
2730
.. attribute:: date_created
2831

0 commit comments

Comments
 (0)
0