Uses of Class
com.twilio.rest.oauth.v1.Token
-
Packages that use Token Package Description com.twilio.rest.oauth.v1 -
-
Uses of Token in com.twilio.rest.oauth.v1
Methods in com.twilio.rest.oauth.v1 that return Token Modifier and Type Method Description TokenTokenCreator. create(TwilioRestClient client)static TokenToken. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Token object using the provided ObjectMapper.static TokenToken. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Token object using the provided ObjectMapper.
-