Uses of Class
com.twilio.jwt.accesstoken.VoiceGrant
-
Packages that use VoiceGrant Package Description com.twilio.jwt.accesstoken -
-
Uses of VoiceGrant in com.twilio.jwt.accesstoken
Methods in com.twilio.jwt.accesstoken that return VoiceGrant Modifier and Type Method Description VoiceGrantVoiceGrant. setEndpointId(String endpointId)VoiceGrantVoiceGrant. setIncomingAllow(Boolean incomingAllow)VoiceGrantVoiceGrant. setOutgoingApplication(String outgoingApplicationSid, Map<String,Object> outgoingApplicationParams)Set the outgoing application.VoiceGrantVoiceGrant. setOutgoingApplicationSid(String outgoingApplicationSid)VoiceGrantVoiceGrant. setPushCredentialSid(String pushCredentialSid)Constructors in com.twilio.jwt.accesstoken with parameters of type VoiceGrant Constructor Description Payload(VoiceGrant grant)Generate VoiceGrant payload.
-