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()
Grant
getGrantKey
in interface Grant
public Object getPayload()
Grant
The payload allows us to decouple the user API from how the grant is structured.
getPayload
in interface Grant
Copyright © 2011 Twilio, Inc. All Rights Reserved.