Twilio::TokensApi
Constants
Constructors
Instance methods
@return Crest::Request
Create a new token for ICE servers @required @param account_sid [String?] The SID of the Account that will create the resource. @optional @param ttl [Int32?] The duration in seconds for which the generated credentials are valid. The default value is 86400 (24 hours). @return [Twilio::Token]
Create a new token for ICE servers @required @param account_sid [String?] The SID of the Account that will create the resource. @optional @param ttl [Int32?] The duration in seconds for which the generated credentials are valid. The default value is 86400 (24 hours). @return nil
Create a new token for ICE servers @required @param account_sid [String?] The SID of the Account that will create the resource. @optional @param ttl [Int32?] The duration in seconds for which the generated credentials are valid. The default value is 86400 (24 hours). @return [Tuple(Twilio::Token, Integer, Hash)] Twilio::Token, response status code and response headers