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