public class ConversationsGrant extends Object implements Grant
For more information see: https://www.twilio.com/docs/api/rest/access-tokens
| Modifier and Type | Class and Description |
|---|---|
class |
ConversationsGrant.Payload |
| Modifier and Type | Field and Description |
|---|---|
String |
configurationProfileSid |
| Constructor and Description |
|---|
ConversationsGrant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationProfileSid() |
String |
getGrantKey()
The key for the grant.
|
Object |
getPayload()
The payload for this grant.
|
ConversationsGrant |
setConfigurationProfileSid(String configurationProfileSid) |
public String configurationProfileSid
public String getConfigurationProfileSid()
public ConversationsGrant setConfigurationProfileSid(String configurationProfileSid)
public String getGrantKey()
GrantgetGrantKey in interface Grantpublic Object getPayload()
GrantThe payload allows us to decouple the user API from how the grant is structured.
getPayload in interface GrantCopyright © 2011 Twilio, Inc. All Rights Reserved.