Package com.twilio.jwt.client
Interface Scope
-
- All Known Implementing Classes:
EventStreamScope
,IncomingClientScope
,OutgoingClientScope
public interface Scope
Token to access features of Twilio Client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPayload()
-
-
-
Method Detail
-
getPayload
String getPayload() throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-