Reference documentation and code samples for the Google Cloud Ces V1 Client class InstagramCredentials.
Ephemeral Meta credentials for Instagram native integration.
Generated from protobuf message google.cloud.ces.v1.InstagramCredentials
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ auth_code |
string
Required. The Meta auth code provided by the embedded signup flow. |
↳ conversation_profile_id |
string
Required. The Conversation Profile ID to use for the deployment. |
getAuthCode
Required. The Meta auth code provided by the embedded signup flow.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAuthCode
Required. The Meta auth code provided by the embedded signup flow.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConversationProfileId
Required. The Conversation Profile ID to use for the deployment.
| Returns | |
|---|---|
| Type | Description |
string |
|
setConversationProfileId
Required. The Conversation Profile ID to use for the deployment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|