Package com.twilio.jwt.accesstoken
Interface Grant
-
- All Known Implementing Classes:
ChatGrant
,PlaybackGrant
,SyncGrant
,TaskRouterGrant
,VideoGrant
,VoiceGrant
public interface Grant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGrantKey()
The key for the grant.Object
getPayload()
The payload for this grant.
-