Package com.twilio.jwt.accesstoken
Class ConversationsGrant
- java.lang.Object
-
- com.twilio.jwt.accesstoken.ConversationsGrant
-
- All Implemented Interfaces:
Grant
@Deprecated public class ConversationsGrant extends Object implements Grant
Deprecated.useVideoGrant
instead.For more information see: https://www.twilio.com/docs/api/rest/access-tokens
Grant used to access Twilio Conversations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ConversationsGrant.Payload
Deprecated.
-
Constructor Summary
Constructors Constructor Description ConversationsGrant()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getConfigurationProfileSid()
Deprecated.String
getGrantKey()
Deprecated.The key for the grant.Object
getPayload()
Deprecated.The payload for this grant.ConversationsGrant
setConfigurationProfileSid(String configurationProfileSid)
Deprecated.
-
-
-
Method Detail
-
getConfigurationProfileSid
public String getConfigurationProfileSid()
Deprecated.
-
setConfigurationProfileSid
public ConversationsGrant setConfigurationProfileSid(String configurationProfileSid)
Deprecated.
-
getGrantKey
public String getGrantKey()
Deprecated.Description copied from interface:Grant
The key for the grant.- Specified by:
getGrantKey
in interfaceGrant
- Returns:
- The key for the grant.
-
getPayload
public Object getPayload()
Deprecated.Description copied from interface:Grant
The payload for this grant.The payload allows us to decouple the user API from how the grant is structured.
- Specified by:
getPayload
in interfaceGrant
- Returns:
- The payload for this grant.
-
-