PluginProbe
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) / 1.2.4
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) v1.2.4
9.1.2 9.1.1 9.1.0 9.0.2 9.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 All 153 releases
wp-analytify / lib / Google / Service / IdentityToolkit.php

IdentityToolkit.php in Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) 1.2.4, at lib/Google/Service/IdentityToolkit.php

1,761 lines 36.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /*
3 * Copyright 2010 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18 /**
19 * Service definition for IdentityToolkit (v3).
20 *
21 * <p>
22 * Help the third party sites to implement federated login.
23 * </p>
24 *
25 * <p>
26 * For more information about this service, see the API
27 * <a href="https://developers.google.com/identity-toolkit/v3/" target="_blank">Documentation</a>
28 * </p>
29 *
30 * @author Google, Inc.
31 */
32 class Analytify_Google_Service_IdentityToolkit extends Analytify_Google_Service
33 {
34
35
36 public $relyingparty;
37
38
39 /**
40 * Constructs the internal representation of the IdentityToolkit service.
41 *
42 * @param Analytify_Google_Client $client
43 */
44 public function __construct(Analytify_Google_Client $client)
45 {
46 parent::__construct($client);
47 $this->servicePath = 'identitytoolkit/v3/relyingparty/';
48 $this->version = 'v3';
49 $this->serviceName = 'identitytoolkit';
50
51 $this->relyingparty = new Analytify_Google_Service_IdentityToolkit_Relyingparty_Resource(
52 $this,
53 $this->serviceName,
54 'relyingparty',
55 array(
56 'methods' => array(
57 'createAuthUri' => array(
58 'path' => 'createAuthUri',
59 'httpMethod' => 'POST',
60 'parameters' => array(),
61 ),'deleteAccount' => array(
62 'path' => 'deleteAccount',
63 'httpMethod' => 'POST',
64 'parameters' => array(),
65 ),'downloadAccount' => array(
66 'path' => 'downloadAccount',
67 'httpMethod' => 'POST',
68 'parameters' => array(),
69 ),'getAccountInfo' => array(
70 'path' => 'getAccountInfo',
71 'httpMethod' => 'POST',
72 'parameters' => array(),
73 ),'getOobConfirmationCode' => array(
74 'path' => 'getOobConfirmationCode',
75 'httpMethod' => 'POST',
76 'parameters' => array(),
77 ),'getPublicKeys' => array(
78 'path' => 'publicKeys',
79 'httpMethod' => 'GET',
80 'parameters' => array(),
81 ),'resetPassword' => array(
82 'path' => 'resetPassword',
83 'httpMethod' => 'POST',
84 'parameters' => array(),
85 ),'setAccountInfo' => array(
86 'path' => 'setAccountInfo',
87 'httpMethod' => 'POST',
88 'parameters' => array(),
89 ),'uploadAccount' => array(
90 'path' => 'uploadAccount',
91 'httpMethod' => 'POST',
92 'parameters' => array(),
93 ),'verifyAssertion' => array(
94 'path' => 'verifyAssertion',
95 'httpMethod' => 'POST',
96 'parameters' => array(),
97 ),'verifyPassword' => array(
98 'path' => 'verifyPassword',
99 'httpMethod' => 'POST',
100 'parameters' => array(),
101 ),
102 )
103 )
104 );
105 }
106 }
107
108
109 /**
110 * The "relyingparty" collection of methods.
111 * Typical usage is:
112 * <code>
113 * $identitytoolkitService = new Analytify_Google_Service_IdentityToolkit(...);
114 * $relyingparty = $identitytoolkitService->relyingparty;
115 * </code>
116 */
117 class Analytify_Google_Service_IdentityToolkit_Relyingparty_Resource extends Analytify_Google_Service_Resource
118 {
119
120 /**
121 * Creates the URI used by the IdP to authenticate the user.
122 * (relyingparty.createAuthUri)
123 *
124 * @param Analytify_Google_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody
125 * @param array $optParams Optional parameters.
126 * @return Analytify_Google_Service_IdentityToolkit_CreateAuthUriResponse
127 */
128 public function createAuthUri(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody, $optParams = array())
129 {
130 $params = array('postBody' => $postBody);
131 $params = array_merge($params, $optParams);
132 return $this->call('createAuthUri', array($params), "Analytify_Google_Service_IdentityToolkit_CreateAuthUriResponse");
133 }
134 /**
135 * Delete user account. (relyingparty.deleteAccount)
136 *
137 * @param Analytify_Google_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody
138 * @param array $optParams Optional parameters.
139 * @return Analytify_Google_Service_IdentityToolkit_DeleteAccountResponse
140 */
141 public function deleteAccount(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody, $optParams = array())
142 {
143 $params = array('postBody' => $postBody);
144 $params = array_merge($params, $optParams);
145 return $this->call('deleteAccount', array($params), "Analytify_Google_Service_IdentityToolkit_DeleteAccountResponse");
146 }
147 /**
148 * Batch download user accounts. (relyingparty.downloadAccount)
149 *
150 * @param Analytify_Google_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody
151 * @param array $optParams Optional parameters.
152 * @return Analytify_Google_Service_IdentityToolkit_DownloadAccountResponse
153 */
154 public function downloadAccount(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody, $optParams = array())
155 {
156 $params = array('postBody' => $postBody);
157 $params = array_merge($params, $optParams);
158 return $this->call('downloadAccount', array($params), "Analytify_Google_Service_IdentityToolkit_DownloadAccountResponse");
159 }
160 /**
161 * Returns the account info. (relyingparty.getAccountInfo)
162 *
163 * @param Analytify_Google_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody
164 * @param array $optParams Optional parameters.
165 * @return Analytify_Google_Service_IdentityToolkit_GetAccountInfoResponse
166 */
167 public function getAccountInfo(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody, $optParams = array())
168 {
169 $params = array('postBody' => $postBody);
170 $params = array_merge($params, $optParams);
171 return $this->call('getAccountInfo', array($params), "Analytify_Google_Service_IdentityToolkit_GetAccountInfoResponse");
172 }
173 /**
174 * Get a code for user action confirmation.
175 * (relyingparty.getOobConfirmationCode)
176 *
177 * @param Analytify_Google_Relyingparty $postBody
178 * @param array $optParams Optional parameters.
179 * @return Analytify_Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse
180 */
181 public function getOobConfirmationCode(Analytify_Google_Service_IdentityToolkit_Relyingparty $postBody, $optParams = array())
182 {
183 $params = array('postBody' => $postBody);
184 $params = array_merge($params, $optParams);
185 return $this->call('getOobConfirmationCode', array($params), "Analytify_Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse");
186 }
187 /**
188 * Get token signing public key. (relyingparty.getPublicKeys)
189 *
190 * @param array $optParams Optional parameters.
191 * @return Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse
192 */
193 public function getPublicKeys($optParams = array())
194 {
195 $params = array();
196 $params = array_merge($params, $optParams);
197 return $this->call('getPublicKeys', array($params), "Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse");
198 }
199 /**
200 * Set account info for a user. (relyingparty.resetPassword)
201 *
202 * @param Analytify_Google_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody
203 * @param array $optParams Optional parameters.
204 * @return Analytify_Google_Service_IdentityToolkit_ResetPasswordResponse
205 */
206 public function resetPassword(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody, $optParams = array())
207 {
208 $params = array('postBody' => $postBody);
209 $params = array_merge($params, $optParams);
210 return $this->call('resetPassword', array($params), "Analytify_Google_Service_IdentityToolkit_ResetPasswordResponse");
211 }
212 /**
213 * Set account info for a user. (relyingparty.setAccountInfo)
214 *
215 * @param Analytify_Google_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody
216 * @param array $optParams Optional parameters.
217 * @return Analytify_Google_Service_IdentityToolkit_SetAccountInfoResponse
218 */
219 public function setAccountInfo(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody, $optParams = array())
220 {
221 $params = array('postBody' => $postBody);
222 $params = array_merge($params, $optParams);
223 return $this->call('setAccountInfo', array($params), "Analytify_Google_Service_IdentityToolkit_SetAccountInfoResponse");
224 }
225 /**
226 * Batch upload existing user accounts. (relyingparty.uploadAccount)
227 *
228 * @param Analytify_Google_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody
229 * @param array $optParams Optional parameters.
230 * @return Analytify_Google_Service_IdentityToolkit_UploadAccountResponse
231 */
232 public function uploadAccount(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody, $optParams = array())
233 {
234 $params = array('postBody' => $postBody);
235 $params = array_merge($params, $optParams);
236 return $this->call('uploadAccount', array($params), "Analytify_Google_Service_IdentityToolkit_UploadAccountResponse");
237 }
238 /**
239 * Verifies the assertion returned by the IdP. (relyingparty.verifyAssertion)
240 *
241 * @param Analytify_Google_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody
242 * @param array $optParams Optional parameters.
243 * @return Analytify_Google_Service_IdentityToolkit_VerifyAssertionResponse
244 */
245 public function verifyAssertion(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody, $optParams = array())
246 {
247 $params = array('postBody' => $postBody);
248 $params = array_merge($params, $optParams);
249 return $this->call('verifyAssertion', array($params), "Analytify_Google_Service_IdentityToolkit_VerifyAssertionResponse");
250 }
251 /**
252 * Verifies the user entered password. (relyingparty.verifyPassword)
253 *
254 * @param Analytify_Google_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody
255 * @param array $optParams Optional parameters.
256 * @return Analytify_Google_Service_IdentityToolkit_VerifyPasswordResponse
257 */
258 public function verifyPassword(Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody, $optParams = array())
259 {
260 $params = array('postBody' => $postBody);
261 $params = array_merge($params, $optParams);
262 return $this->call('verifyPassword', array($params), "Analytify_Google_Service_IdentityToolkit_VerifyPasswordResponse");
263 }
264 }
265
266
267
268
269 class Analytify_Google_Service_IdentityToolkit_CreateAuthUriResponse extends Analytify_Google_Model
270 {
271 public $authUri;
272 public $forExistingProvider;
273 public $kind;
274 public $providerId;
275 public $registered;
276
277 public function setAuthUri($authUri)
278 {
279 $this->authUri = $authUri;
280 }
281
282 public function getAuthUri()
283 {
284 return $this->authUri;
285 }
286
287 public function setForExistingProvider($forExistingProvider)
288 {
289 $this->forExistingProvider = $forExistingProvider;
290 }
291
292 public function getForExistingProvider()
293 {
294 return $this->forExistingProvider;
295 }
296
297 public function setKind($kind)
298 {
299 $this->kind = $kind;
300 }
301
302 public function getKind()
303 {
304 return $this->kind;
305 }
306
307 public function setProviderId($providerId)
308 {
309 $this->providerId = $providerId;
310 }
311
312 public function getProviderId()
313 {
314 return $this->providerId;
315 }
316
317 public function setRegistered($registered)
318 {
319 $this->registered = $registered;
320 }
321
322 public function getRegistered()
323 {
324 return $this->registered;
325 }
326 }
327
328 class Analytify_Google_Service_IdentityToolkit_DeleteAccountResponse extends Analytify_Google_Model
329 {
330 public $kind;
331
332 public function setKind($kind)
333 {
334 $this->kind = $kind;
335 }
336
337 public function getKind()
338 {
339 return $this->kind;
340 }
341 }
342
343 class Analytify_Google_Service_IdentityToolkit_DownloadAccountResponse extends Analytify_Google_Collection
344 {
345 public $kind;
346 public $nextPageToken;
347 protected $usersType = 'Analytify_Google_Service_IdentityToolkit_UserInfo';
348 protected $usersDataType = 'array';
349
350 public function setKind($kind)
351 {
352 $this->kind = $kind;
353 }
354
355 public function getKind()
356 {
357 return $this->kind;
358 }
359
360 public function setNextPageToken($nextPageToken)
361 {
362 $this->nextPageToken = $nextPageToken;
363 }
364
365 public function getNextPageToken()
366 {
367 return $this->nextPageToken;
368 }
369
370 public function setUsers($users)
371 {
372 $this->users = $users;
373 }
374
375 public function getUsers()
376 {
377 return $this->users;
378 }
379 }
380
381 class Analytify_Google_Service_IdentityToolkit_GetAccountInfoResponse extends Analytify_Google_Collection
382 {
383 public $kind;
384 protected $usersType = 'Analytify_Google_Service_IdentityToolkit_UserInfo';
385 protected $usersDataType = 'array';
386
387 public function setKind($kind)
388 {
389 $this->kind = $kind;
390 }
391
392 public function getKind()
393 {
394 return $this->kind;
395 }
396
397 public function setUsers($users)
398 {
399 $this->users = $users;
400 }
401
402 public function getUsers()
403 {
404 return $this->users;
405 }
406 }
407
408 class Analytify_Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse extends Analytify_Google_Model
409 {
410 public $kind;
411 public $oobCode;
412
413 public function setKind($kind)
414 {
415 $this->kind = $kind;
416 }
417
418 public function getKind()
419 {
420 return $this->kind;
421 }
422
423 public function setOobCode($oobCode)
424 {
425 $this->oobCode = $oobCode;
426 }
427
428 public function getOobCode()
429 {
430 return $this->oobCode;
431 }
432 }
433
434 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest extends Analytify_Google_Model
435 {
436 public $appId;
437 public $clientId;
438 public $context;
439 public $continueUri;
440 public $identifier;
441 public $openidRealm;
442 public $otaApp;
443 public $providerId;
444
445 public function setAppId($appId)
446 {
447 $this->appId = $appId;
448 }
449
450 public function getAppId()
451 {
452 return $this->appId;
453 }
454
455 public function setClientId($clientId)
456 {
457 $this->clientId = $clientId;
458 }
459
460 public function getClientId()
461 {
462 return $this->clientId;
463 }
464
465 public function setContext($context)
466 {
467 $this->context = $context;
468 }
469
470 public function getContext()
471 {
472 return $this->context;
473 }
474
475 public function setContinueUri($continueUri)
476 {
477 $this->continueUri = $continueUri;
478 }
479
480 public function getContinueUri()
481 {
482 return $this->continueUri;
483 }
484
485 public function setIdentifier($identifier)
486 {
487 $this->identifier = $identifier;
488 }
489
490 public function getIdentifier()
491 {
492 return $this->identifier;
493 }
494
495 public function setOpenidRealm($openidRealm)
496 {
497 $this->openidRealm = $openidRealm;
498 }
499
500 public function getOpenidRealm()
501 {
502 return $this->openidRealm;
503 }
504
505 public function setOtaApp($otaApp)
506 {
507 $this->otaApp = $otaApp;
508 }
509
510 public function getOtaApp()
511 {
512 return $this->otaApp;
513 }
514
515 public function setProviderId($providerId)
516 {
517 $this->providerId = $providerId;
518 }
519
520 public function getProviderId()
521 {
522 return $this->providerId;
523 }
524 }
525
526 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest extends Analytify_Google_Model
527 {
528 public $localId;
529
530 public function setLocalId($localId)
531 {
532 $this->localId = $localId;
533 }
534
535 public function getLocalId()
536 {
537 return $this->localId;
538 }
539 }
540
541 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest extends Analytify_Google_Model
542 {
543 public $maxResults;
544 public $nextPageToken;
545
546 public function setMaxResults($maxResults)
547 {
548 $this->maxResults = $maxResults;
549 }
550
551 public function getMaxResults()
552 {
553 return $this->maxResults;
554 }
555
556 public function setNextPageToken($nextPageToken)
557 {
558 $this->nextPageToken = $nextPageToken;
559 }
560
561 public function getNextPageToken()
562 {
563 return $this->nextPageToken;
564 }
565 }
566
567 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Analytify_Google_Collection
568 {
569 public $email;
570 public $idToken;
571 public $localId;
572
573 public function setEmail($email)
574 {
575 $this->email = $email;
576 }
577
578 public function getEmail()
579 {
580 return $this->email;
581 }
582
583 public function setIdToken($idToken)
584 {
585 $this->idToken = $idToken;
586 }
587
588 public function getIdToken()
589 {
590 return $this->idToken;
591 }
592
593 public function setLocalId($localId)
594 {
595 $this->localId = $localId;
596 }
597
598 public function getLocalId()
599 {
600 return $this->localId;
601 }
602 }
603
604 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse extends Analytify_Google_Model
605 {
606
607 }
608
609 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest extends Analytify_Google_Model
610 {
611 public $email;
612 public $newPassword;
613 public $oldPassword;
614 public $oobCode;
615
616 public function setEmail($email)
617 {
618 $this->email = $email;
619 }
620
621 public function getEmail()
622 {
623 return $this->email;
624 }
625
626 public function setNewPassword($newPassword)
627 {
628 $this->newPassword = $newPassword;
629 }
630
631 public function getNewPassword()
632 {
633 return $this->newPassword;
634 }
635
636 public function setOldPassword($oldPassword)
637 {
638 $this->oldPassword = $oldPassword;
639 }
640
641 public function getOldPassword()
642 {
643 return $this->oldPassword;
644 }
645
646 public function setOobCode($oobCode)
647 {
648 $this->oobCode = $oobCode;
649 }
650
651 public function getOobCode()
652 {
653 return $this->oobCode;
654 }
655 }
656
657 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest extends Analytify_Google_Collection
658 {
659 public $captchaChallenge;
660 public $captchaResponse;
661 public $displayName;
662 public $email;
663 public $emailVerified;
664 public $idToken;
665 public $localId;
666 public $oobCode;
667 public $password;
668 public $provider;
669 public $upgradeToFederatedLogin;
670
671 public function setCaptchaChallenge($captchaChallenge)
672 {
673 $this->captchaChallenge = $captchaChallenge;
674 }
675
676 public function getCaptchaChallenge()
677 {
678 return $this->captchaChallenge;
679 }
680
681 public function setCaptchaResponse($captchaResponse)
682 {
683 $this->captchaResponse = $captchaResponse;
684 }
685
686 public function getCaptchaResponse()
687 {
688 return $this->captchaResponse;
689 }
690
691 public function setDisplayName($displayName)
692 {
693 $this->displayName = $displayName;
694 }
695
696 public function getDisplayName()
697 {
698 return $this->displayName;
699 }
700
701 public function setEmail($email)
702 {
703 $this->email = $email;
704 }
705
706 public function getEmail()
707 {
708 return $this->email;
709 }
710
711 public function setEmailVerified($emailVerified)
712 {
713 $this->emailVerified = $emailVerified;
714 }
715
716 public function getEmailVerified()
717 {
718 return $this->emailVerified;
719 }
720
721 public function setIdToken($idToken)
722 {
723 $this->idToken = $idToken;
724 }
725
726 public function getIdToken()
727 {
728 return $this->idToken;
729 }
730
731 public function setLocalId($localId)
732 {
733 $this->localId = $localId;
734 }
735
736 public function getLocalId()
737 {
738 return $this->localId;
739 }
740
741 public function setOobCode($oobCode)
742 {
743 $this->oobCode = $oobCode;
744 }
745
746 public function getOobCode()
747 {
748 return $this->oobCode;
749 }
750
751 public function setPassword($password)
752 {
753 $this->password = $password;
754 }
755
756 public function getPassword()
757 {
758 return $this->password;
759 }
760
761 public function setProvider($provider)
762 {
763 $this->provider = $provider;
764 }
765
766 public function getProvider()
767 {
768 return $this->provider;
769 }
770
771 public function setUpgradeToFederatedLogin($upgradeToFederatedLogin)
772 {
773 $this->upgradeToFederatedLogin = $upgradeToFederatedLogin;
774 }
775
776 public function getUpgradeToFederatedLogin()
777 {
778 return $this->upgradeToFederatedLogin;
779 }
780 }
781
782 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest extends Analytify_Google_Collection
783 {
784 public $hashAlgorithm;
785 public $memoryCost;
786 public $rounds;
787 public $saltSeparator;
788 public $signerKey;
789 protected $usersType = 'Analytify_Google_Service_IdentityToolkit_UserInfo';
790 protected $usersDataType = 'array';
791
792 public function setHashAlgorithm($hashAlgorithm)
793 {
794 $this->hashAlgorithm = $hashAlgorithm;
795 }
796
797 public function getHashAlgorithm()
798 {
799 return $this->hashAlgorithm;
800 }
801
802 public function setMemoryCost($memoryCost)
803 {
804 $this->memoryCost = $memoryCost;
805 }
806
807 public function getMemoryCost()
808 {
809 return $this->memoryCost;
810 }
811
812 public function setRounds($rounds)
813 {
814 $this->rounds = $rounds;
815 }
816
817 public function getRounds()
818 {
819 return $this->rounds;
820 }
821
822 public function setSaltSeparator($saltSeparator)
823 {
824 $this->saltSeparator = $saltSeparator;
825 }
826
827 public function getSaltSeparator()
828 {
829 return $this->saltSeparator;
830 }
831
832 public function setSignerKey($signerKey)
833 {
834 $this->signerKey = $signerKey;
835 }
836
837 public function getSignerKey()
838 {
839 return $this->signerKey;
840 }
841
842 public function setUsers($users)
843 {
844 $this->users = $users;
845 }
846
847 public function getUsers()
848 {
849 return $this->users;
850 }
851 }
852
853 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest extends Analytify_Google_Model
854 {
855 public $pendingIdToken;
856 public $postBody;
857 public $requestUri;
858
859 public function setPendingIdToken($pendingIdToken)
860 {
861 $this->pendingIdToken = $pendingIdToken;
862 }
863
864 public function getPendingIdToken()
865 {
866 return $this->pendingIdToken;
867 }
868
869 public function setPostBody($postBody)
870 {
871 $this->postBody = $postBody;
872 }
873
874 public function getPostBody()
875 {
876 return $this->postBody;
877 }
878
879 public function setRequestUri($requestUri)
880 {
881 $this->requestUri = $requestUri;
882 }
883
884 public function getRequestUri()
885 {
886 return $this->requestUri;
887 }
888 }
889
890 class Analytify_Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest extends Analytify_Google_Model
891 {
892 public $captchaChallenge;
893 public $captchaResponse;
894 public $email;
895 public $password;
896 public $pendingIdToken;
897
898 public function setCaptchaChallenge($captchaChallenge)
899 {
900 $this->captchaChallenge = $captchaChallenge;
901 }
902
903 public function getCaptchaChallenge()
904 {
905 return $this->captchaChallenge;
906 }
907
908 public function setCaptchaResponse($captchaResponse)
909 {
910 $this->captchaResponse = $captchaResponse;
911 }
912
913 public function getCaptchaResponse()
914 {
915 return $this->captchaResponse;
916 }
917
918 public function setEmail($email)
919 {
920 $this->email = $email;
921 }
922
923 public function getEmail()
924 {
925 return $this->email;
926 }
927
928 public function setPassword($password)
929 {
930 $this->password = $password;
931 }
932
933 public function getPassword()
934 {
935 return $this->password;
936 }
937
938 public function setPendingIdToken($pendingIdToken)
939 {
940 $this->pendingIdToken = $pendingIdToken;
941 }
942
943 public function getPendingIdToken()
944 {
945 return $this->pendingIdToken;
946 }
947 }
948
949 class Analytify_Google_Service_IdentityToolkit_Relyingparty extends Analytify_Google_Model
950 {
951 public $captchaResp;
952 public $challenge;
953 public $email;
954 public $idToken;
955 public $kind;
956 public $newEmail;
957 public $requestType;
958 public $userIp;
959
960 public function setCaptchaResp($captchaResp)
961 {
962 $this->captchaResp = $captchaResp;
963 }
964
965 public function getCaptchaResp()
966 {
967 return $this->captchaResp;
968 }
969
970 public function setChallenge($challenge)
971 {
972 $this->challenge = $challenge;
973 }
974
975 public function getChallenge()
976 {
977 return $this->challenge;
978 }
979
980 public function setEmail($email)
981 {
982 $this->email = $email;
983 }
984
985 public function getEmail()
986 {
987 return $this->email;
988 }
989
990 public function setIdToken($idToken)
991 {
992 $this->idToken = $idToken;
993 }
994
995 public function getIdToken()
996 {
997 return $this->idToken;
998 }
999
1000 public function setKind($kind)
1001 {
1002 $this->kind = $kind;
1003 }
1004
1005 public function getKind()
1006 {
1007 return $this->kind;
1008 }
1009
1010 public function setNewEmail($newEmail)
1011 {
1012 $this->newEmail = $newEmail;
1013 }
1014
1015 public function getNewEmail()
1016 {
1017 return $this->newEmail;
1018 }
1019
1020 public function setRequestType($requestType)
1021 {
1022 $this->requestType = $requestType;
1023 }
1024
1025 public function getRequestType()
1026 {
1027 return $this->requestType;
1028 }
1029
1030 public function setUserIp($userIp)
1031 {
1032 $this->userIp = $userIp;
1033 }
1034
1035 public function getUserIp()
1036 {
1037 return $this->userIp;
1038 }
1039 }
1040
1041 class Analytify_Google_Service_IdentityToolkit_ResetPasswordResponse extends Analytify_Google_Model
1042 {
1043 public $email;
1044 public $kind;
1045
1046 public function setEmail($email)
1047 {
1048 $this->email = $email;
1049 }
1050
1051 public function getEmail()
1052 {
1053 return $this->email;
1054 }
1055
1056 public function setKind($kind)
1057 {
1058 $this->kind = $kind;
1059 }
1060
1061 public function getKind()
1062 {
1063 return $this->kind;
1064 }
1065 }
1066
1067 class Analytify_Google_Service_IdentityToolkit_SetAccountInfoResponse extends Analytify_Google_Collection
1068 {
1069 public $displayName;
1070 public $email;
1071 public $idToken;
1072 public $kind;
1073 protected $providerUserInfoType = 'Analytify_Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo';
1074 protected $providerUserInfoDataType = 'array';
1075
1076 public function setDisplayName($displayName)
1077 {
1078 $this->displayName = $displayName;
1079 }
1080
1081 public function getDisplayName()
1082 {
1083 return $this->displayName;
1084 }
1085
1086 public function setEmail($email)
1087 {
1088 $this->email = $email;
1089 }
1090
1091 public function getEmail()
1092 {
1093 return $this->email;
1094 }
1095
1096 public function setIdToken($idToken)
1097 {
1098 $this->idToken = $idToken;
1099 }
1100
1101 public function getIdToken()
1102 {
1103 return $this->idToken;
1104 }
1105
1106 public function setKind($kind)
1107 {
1108 $this->kind = $kind;
1109 }
1110
1111 public function getKind()
1112 {
1113 return $this->kind;
1114 }
1115
1116 public function setProviderUserInfo($providerUserInfo)
1117 {
1118 $this->providerUserInfo = $providerUserInfo;
1119 }
1120
1121 public function getProviderUserInfo()
1122 {
1123 return $this->providerUserInfo;
1124 }
1125 }
1126
1127 class Analytify_Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo extends Analytify_Google_Model
1128 {
1129 public $displayName;
1130 public $photoUrl;
1131 public $providerId;
1132
1133 public function setDisplayName($displayName)
1134 {
1135 $this->displayName = $displayName;
1136 }
1137
1138 public function getDisplayName()
1139 {
1140 return $this->displayName;
1141 }
1142
1143 public function setPhotoUrl($photoUrl)
1144 {
1145 $this->photoUrl = $photoUrl;
1146 }
1147
1148 public function getPhotoUrl()
1149 {
1150 return $this->photoUrl;
1151 }
1152
1153 public function setProviderId($providerId)
1154 {
1155 $this->providerId = $providerId;
1156 }
1157
1158 public function getProviderId()
1159 {
1160 return $this->providerId;
1161 }
1162 }
1163
1164 class Analytify_Google_Service_IdentityToolkit_UploadAccountResponse extends Analytify_Google_Collection
1165 {
1166 protected $errorType = 'Analytify_Google_Service_IdentityToolkit_UploadAccountResponseError';
1167 protected $errorDataType = 'array';
1168 public $kind;
1169
1170 public function setError($error)
1171 {
1172 $this->error = $error;
1173 }
1174
1175 public function getError()
1176 {
1177 return $this->error;
1178 }
1179
1180 public function setKind($kind)
1181 {
1182 $this->kind = $kind;
1183 }
1184
1185 public function getKind()
1186 {
1187 return $this->kind;
1188 }
1189 }
1190
1191 class Analytify_Google_Service_IdentityToolkit_UploadAccountResponseError extends Analytify_Google_Model
1192 {
1193 public $index;
1194 public $message;
1195
1196 public function setIndex($index)
1197 {
1198 $this->index = $index;
1199 }
1200
1201 public function getIndex()
1202 {
1203 return $this->index;
1204 }
1205
1206 public function setMessage($message)
1207 {
1208 $this->message = $message;
1209 }
1210
1211 public function getMessage()
1212 {
1213 return $this->message;
1214 }
1215 }
1216
1217 class Analytify_Google_Service_IdentityToolkit_UserInfo extends Analytify_Google_Collection
1218 {
1219 public $displayName;
1220 public $email;
1221 public $emailVerified;
1222 public $localId;
1223 public $passwordHash;
1224 public $passwordUpdatedAt;
1225 public $photoUrl;
1226 protected $providerUserInfoType = 'Analytify_Google_Service_IdentityToolkit_UserInfoProviderUserInfo';
1227 protected $providerUserInfoDataType = 'array';
1228 public $salt;
1229 public $version;
1230
1231 public function setDisplayName($displayName)
1232 {
1233 $this->displayName = $displayName;
1234 }
1235
1236 public function getDisplayName()
1237 {
1238 return $this->displayName;
1239 }
1240
1241 public function setEmail($email)
1242 {
1243 $this->email = $email;
1244 }
1245
1246 public function getEmail()
1247 {
1248 return $this->email;
1249 }
1250
1251 public function setEmailVerified($emailVerified)
1252 {
1253 $this->emailVerified = $emailVerified;
1254 }
1255
1256 public function getEmailVerified()
1257 {
1258 return $this->emailVerified;
1259 }
1260
1261 public function setLocalId($localId)
1262 {
1263 $this->localId = $localId;
1264 }
1265
1266 public function getLocalId()
1267 {
1268 return $this->localId;
1269 }
1270
1271 public function setPasswordHash($passwordHash)
1272 {
1273 $this->passwordHash = $passwordHash;
1274 }
1275
1276 public function getPasswordHash()
1277 {
1278 return $this->passwordHash;
1279 }
1280
1281 public function setPasswordUpdatedAt($passwordUpdatedAt)
1282 {
1283 $this->passwordUpdatedAt = $passwordUpdatedAt;
1284 }
1285
1286 public function getPasswordUpdatedAt()
1287 {
1288 return $this->passwordUpdatedAt;
1289 }
1290
1291 public function setPhotoUrl($photoUrl)
1292 {
1293 $this->photoUrl = $photoUrl;
1294 }
1295
1296 public function getPhotoUrl()
1297 {
1298 return $this->photoUrl;
1299 }
1300
1301 public function setProviderUserInfo($providerUserInfo)
1302 {
1303 $this->providerUserInfo = $providerUserInfo;
1304 }
1305
1306 public function getProviderUserInfo()
1307 {
1308 return $this->providerUserInfo;
1309 }
1310
1311 public function setSalt($salt)
1312 {
1313 $this->salt = $salt;
1314 }
1315
1316 public function getSalt()
1317 {
1318 return $this->salt;
1319 }
1320
1321 public function setVersion($version)
1322 {
1323 $this->version = $version;
1324 }
1325
1326 public function getVersion()
1327 {
1328 return $this->version;
1329 }
1330 }
1331
1332 class Analytify_Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Analytify_Google_Model
1333 {
1334 public $displayName;
1335 public $federatedId;
1336 public $photoUrl;
1337 public $providerId;
1338
1339 public function setDisplayName($displayName)
1340 {
1341 $this->displayName = $displayName;
1342 }
1343
1344 public function getDisplayName()
1345 {
1346 return $this->displayName;
1347 }
1348
1349 public function setFederatedId($federatedId)
1350 {
1351 $this->federatedId = $federatedId;
1352 }
1353
1354 public function getFederatedId()
1355 {
1356 return $this->federatedId;
1357 }
1358
1359 public function setPhotoUrl($photoUrl)
1360 {
1361 $this->photoUrl = $photoUrl;
1362 }
1363
1364 public function getPhotoUrl()
1365 {
1366 return $this->photoUrl;
1367 }
1368
1369 public function setProviderId($providerId)
1370 {
1371 $this->providerId = $providerId;
1372 }
1373
1374 public function getProviderId()
1375 {
1376 return $this->providerId;
1377 }
1378 }
1379
1380 class Analytify_Google_Service_IdentityToolkit_VerifyAssertionResponse extends Analytify_Google_Collection
1381 {
1382 public $action;
1383 public $appInstallationUrl;
1384 public $appScheme;
1385 public $context;
1386 public $dateOfBirth;
1387 public $displayName;
1388 public $email;
1389 public $emailRecycled;
1390 public $emailVerified;
1391 public $federatedId;
1392 public $firstName;
1393 public $fullName;
1394 public $idToken;
1395 public $inputEmail;
1396 public $kind;
1397 public $language;
1398 public $lastName;
1399 public $localId;
1400 public $needConfirmation;
1401 public $nickName;
1402 public $oauthRequestToken;
1403 public $oauthScope;
1404 public $originalEmail;
1405 public $photoUrl;
1406 public $providerId;
1407 public $timeZone;
1408 public $verifiedProvider;
1409
1410 public function setAction($action)
1411 {
1412 $this->action = $action;
1413 }
1414
1415 public function getAction()
1416 {
1417 return $this->action;
1418 }
1419
1420 public function setAppInstallationUrl($appInstallationUrl)
1421 {
1422 $this->appInstallationUrl = $appInstallationUrl;
1423 }
1424
1425 public function getAppInstallationUrl()
1426 {
1427 return $this->appInstallationUrl;
1428 }
1429
1430 public function setAppScheme($appScheme)
1431 {
1432 $this->appScheme = $appScheme;
1433 }
1434
1435 public function getAppScheme()
1436 {
1437 return $this->appScheme;
1438 }
1439
1440 public function setContext($context)
1441 {
1442 $this->context = $context;
1443 }
1444
1445 public function getContext()
1446 {
1447 return $this->context;
1448 }
1449
1450 public function setDateOfBirth($dateOfBirth)
1451 {
1452 $this->dateOfBirth = $dateOfBirth;
1453 }
1454
1455 public function getDateOfBirth()
1456 {
1457 return $this->dateOfBirth;
1458 }
1459
1460 public function setDisplayName($displayName)
1461 {
1462 $this->displayName = $displayName;
1463 }
1464
1465 public function getDisplayName()
1466 {
1467 return $this->displayName;
1468 }
1469
1470 public function setEmail($email)
1471 {
1472 $this->email = $email;
1473 }
1474
1475 public function getEmail()
1476 {
1477 return $this->email;
1478 }
1479
1480 public function setEmailRecycled($emailRecycled)
1481 {
1482 $this->emailRecycled = $emailRecycled;
1483 }
1484
1485 public function getEmailRecycled()
1486 {
1487 return $this->emailRecycled;
1488 }
1489
1490 public function setEmailVerified($emailVerified)
1491 {
1492 $this->emailVerified = $emailVerified;
1493 }
1494
1495 public function getEmailVerified()
1496 {
1497 return $this->emailVerified;
1498 }
1499
1500 public function setFederatedId($federatedId)
1501 {
1502 $this->federatedId = $federatedId;
1503 }
1504
1505 public function getFederatedId()
1506 {
1507 return $this->federatedId;
1508 }
1509
1510 public function setFirstName($firstName)
1511 {
1512 $this->firstName = $firstName;
1513 }
1514
1515 public function getFirstName()
1516 {
1517 return $this->firstName;
1518 }
1519
1520 public function setFullName($fullName)
1521 {
1522 $this->fullName = $fullName;
1523 }
1524
1525 public function getFullName()
1526 {
1527 return $this->fullName;
1528 }
1529
1530 public function setIdToken($idToken)
1531 {
1532 $this->idToken = $idToken;
1533 }
1534
1535 public function getIdToken()
1536 {
1537 return $this->idToken;
1538 }
1539
1540 public function setInputEmail($inputEmail)
1541 {
1542 $this->inputEmail = $inputEmail;
1543 }
1544
1545 public function getInputEmail()
1546 {
1547 return $this->inputEmail;
1548 }
1549
1550 public function setKind($kind)
1551 {
1552 $this->kind = $kind;
1553 }
1554
1555 public function getKind()
1556 {
1557 return $this->kind;
1558 }
1559
1560 public function setLanguage($language)
1561 {
1562 $this->language = $language;
1563 }
1564
1565 public function getLanguage()
1566 {
1567 return $this->language;
1568 }
1569
1570 public function setLastName($lastName)
1571 {
1572 $this->lastName = $lastName;
1573 }
1574
1575 public function getLastName()
1576 {
1577 return $this->lastName;
1578 }
1579
1580 public function setLocalId($localId)
1581 {
1582 $this->localId = $localId;
1583 }
1584
1585 public function getLocalId()
1586 {
1587 return $this->localId;
1588 }
1589
1590 public function setNeedConfirmation($needConfirmation)
1591 {
1592 $this->needConfirmation = $needConfirmation;
1593 }
1594
1595 public function getNeedConfirmation()
1596 {
1597 return $this->needConfirmation;
1598 }
1599
1600 public function setNickName($nickName)
1601 {
1602 $this->nickName = $nickName;
1603 }
1604
1605 public function getNickName()
1606 {
1607 return $this->nickName;
1608 }
1609
1610 public function setOauthRequestToken($oauthRequestToken)
1611 {
1612 $this->oauthRequestToken = $oauthRequestToken;
1613 }
1614
1615 public function getOauthRequestToken()
1616 {
1617 return $this->oauthRequestToken;
1618 }
1619
1620 public function setOauthScope($oauthScope)
1621 {
1622 $this->oauthScope = $oauthScope;
1623 }
1624
1625 public function getOauthScope()
1626 {
1627 return $this->oauthScope;
1628 }
1629
1630 public function setOriginalEmail($originalEmail)
1631 {
1632 $this->originalEmail = $originalEmail;
1633 }
1634
1635 public function getOriginalEmail()
1636 {
1637 return $this->originalEmail;
1638 }
1639
1640 public function setPhotoUrl($photoUrl)
1641 {
1642 $this->photoUrl = $photoUrl;
1643 }
1644
1645 public function getPhotoUrl()
1646 {
1647 return $this->photoUrl;
1648 }
1649
1650 public function setProviderId($providerId)
1651 {
1652 $this->providerId = $providerId;
1653 }
1654
1655 public function getProviderId()
1656 {
1657 return $this->providerId;
1658 }
1659
1660 public function setTimeZone($timeZone)
1661 {
1662 $this->timeZone = $timeZone;
1663 }
1664
1665 public function getTimeZone()
1666 {
1667 return $this->timeZone;
1668 }
1669
1670 public function setVerifiedProvider($verifiedProvider)
1671 {
1672 $this->verifiedProvider = $verifiedProvider;
1673 }
1674
1675 public function getVerifiedProvider()
1676 {
1677 return $this->verifiedProvider;
1678 }
1679 }
1680
1681 class Analytify_Google_Service_IdentityToolkit_VerifyPasswordResponse extends Analytify_Google_Model
1682 {
1683 public $displayName;
1684 public $email;
1685 public $idToken;
1686 public $kind;
1687 public $localId;
1688 public $photoUrl;
1689 public $registered;
1690
1691 public function setDisplayName($displayName)
1692 {
1693 $this->displayName = $displayName;
1694 }
1695
1696 public function getDisplayName()
1697 {
1698 return $this->displayName;
1699 }
1700
1701 public function setEmail($email)
1702 {
1703 $this->email = $email;
1704 }
1705
1706 public function getEmail()
1707 {
1708 return $this->email;
1709 }
1710
1711 public function setIdToken($idToken)
1712 {
1713 $this->idToken = $idToken;
1714 }
1715
1716 public function getIdToken()
1717 {
1718 return $this->idToken;
1719 }
1720
1721 public function setKind($kind)
1722 {
1723 $this->kind = $kind;
1724 }
1725
1726 public function getKind()
1727 {
1728 return $this->kind;
1729 }
1730
1731 public function setLocalId($localId)
1732 {
1733 $this->localId = $localId;
1734 }
1735
1736 public function getLocalId()
1737 {
1738 return $this->localId;
1739 }
1740
1741 public function setPhotoUrl($photoUrl)
1742 {
1743 $this->photoUrl = $photoUrl;
1744 }
1745
1746 public function getPhotoUrl()
1747 {
1748 return $this->photoUrl;
1749 }
1750
1751 public function setRegistered($registered)
1752 {
1753 $this->registered = $registered;
1754 }
1755
1756 public function getRegistered()
1757 {
1758 return $this->registered;
1759 }
1760 }
1761