Home
last modified time | relevance | path

Searched refs:payload (Results 26 – 50 of 111) sorted by last modified time

12345

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php566 $payload = json_decode(base64_decode($parts[1]), true);
567 if ($payload && isset($payload['iat'])) {
568 $created = $payload['iat'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php39 public $payload; variable in Google\\Service\\CloudSearch\\Item
126 public function setPayload($payload) argument
128 $this->payload = $payload;
135 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DEnvelope.php26 public $payload; variable in Google\\Service\\OnDemandScanning\\Envelope
37 public function setPayload($payload) argument
39 $this->payload = $payload;
46 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3QueryParameters.php48 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryParameters
147 public function setPayload($payload) argument
149 $this->payload = $payload;
156 return $this->payload;
H A DGoogleCloudDialogflowCxV3WebhookRequest.php42 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookRequest
151 public function setPayload($payload) argument
153 $this->payload = $payload;
160 return $this->payload;
H A DGoogleCloudDialogflowV2IntentMessage.php41 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessage
172 public function setPayload($payload) argument
174 $this->payload = $payload;
181 return $this->payload;
H A DGoogleCloudDialogflowV2OriginalDetectIntentRequest.php25 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2OriginalDetectIntentRequest
38 public function setPayload($payload) argument
40 $this->payload = $payload;
47 return $this->payload;
H A DGoogleCloudDialogflowV2WebhookResponse.php36 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2WebhookResponse
103 public function setPayload($payload) argument
105 $this->payload = $payload;
112 return $this->payload;
H A DGoogleCloudDialogflowV2beta1IntentMessage.php41 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessage
184 public function setPayload($payload) argument
186 $this->payload = $payload;
193 return $this->payload;
H A DGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.php25 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
38 public function setPayload($payload) argument
40 $this->payload = $payload;
47 return $this->payload;
H A DGoogleCloudDialogflowCxV3ResponseMessage.php35 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ResponseMessage
116 public function setPayload($payload) argument
118 $this->payload = $payload;
125 return $this->payload;
H A DGoogleCloudDialogflowCxV3WebhookResponse.php29 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookResponse
72 public function setPayload($payload) argument
74 $this->payload = $payload;
81 return $this->payload;
H A DGoogleCloudDialogflowV2beta1WebhookResponse.php44 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1WebhookResponse
139 public function setPayload($payload) argument
141 $this->payload = $payload;
148 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DChannel.php45 public $payload; variable in Google\\Service\\Storage\\Channel
136 public function setPayload($payload) argument
138 $this->payload = $payload;
145 return $this->payload;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DIam.php81 'payload' => base64_encode($stringToSign),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DEnvelope.php26 public $payload; variable in Google\\Service\\ContainerAnalysis\\Envelope
37 public function setPayload($payload) argument
39 $this->payload = $payload;
46 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php111 $payload = \call_user_func_array([$this->jwt, 'decode'], $args);
113 if (property_exists($payload, 'aud')) {
114 if ($audience && $payload->aud != $audience) {
122 if (!isset($payload->iss) || !in_array($payload->iss, $issuers)) {
126 return (array) $payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DDirectoryChromeosdevicesCommand.php39 public $payload; variable in Google\\Service\\Directory\\DirectoryChromeosdevicesCommand
108 public function setPayload($payload) argument
110 $this->payload = $payload;
117 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DError.php29 public $payload; variable in Google\\Service\\WorkflowExecutions\\Error
50 public function setPayload($payload) argument
52 $this->payload = $payload;
59 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessage.php117 public function setPayload(MessagePart $payload) argument
119 $this->payload = $payload;
126 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DApnsConfig.php31 public $payload; variable in Google\\Service\\FirebaseCloudMessaging\\ApnsConfig
64 public function setPayload($payload) argument
66 $this->payload = $payload;
73 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DChannel.php45 public $payload; variable in Google\\Service\\Calendar\\Channel
136 public function setPayload($payload) argument
138 $this->payload = $payload;
145 return $this->payload;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1087 * Only sending an Expect header by default when a payload is greater than 1MB
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DQueryRequestInput.php28 public function setPayload(QueryRequestPayload $payload) argument
30 $this->payload = $payload;
37 return $this->payload;
H A DQueryResponse.php32 public function setPayload(QueryResponsePayload $payload) argument
34 $this->payload = $payload;
41 return $this->payload;

12345