com.twilio.sdk.resource.factory
Interface TokenFactory

All Known Implementing Classes:
TokenList

public interface TokenFactory

A factory for creating Token objects.


Method Summary
 Token create(List<org.apache.http.NameValuePair> params)
          Creates the token.
 

Method Detail

create

Token create(List<org.apache.http.NameValuePair> params)
             throws TwilioRestException
Creates the token.

Parameters:
params - the params list
Returns:
the token
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.