Skip to content

Commit 16bf021

Browse files
committed
Updated IdentityToolkit.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 447ccf2 commit 16bf021

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

src/Google/Service/IdentityToolkit.php

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRel
268268

269269
class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Model
270270
{
271+
protected $internal_gapi_mappings = array(
272+
);
271273
public $authUri;
272274
public $captchaRequired;
273275
public $forExistingProvider;
@@ -338,6 +340,8 @@ public function getRegistered()
338340

339341
class Google_Service_IdentityToolkit_DeleteAccountResponse extends Google_Model
340342
{
343+
protected $internal_gapi_mappings = array(
344+
);
341345
public $kind;
342346

343347
public function setKind($kind)
@@ -354,6 +358,8 @@ public function getKind()
354358
class Google_Service_IdentityToolkit_DownloadAccountResponse extends Google_Collection
355359
{
356360
protected $collection_key = 'users';
361+
protected $internal_gapi_mappings = array(
362+
);
357363
public $kind;
358364
public $nextPageToken;
359365
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
@@ -393,6 +399,8 @@ public function getUsers()
393399
class Google_Service_IdentityToolkit_GetAccountInfoResponse extends Google_Collection
394400
{
395401
protected $collection_key = 'users';
402+
protected $internal_gapi_mappings = array(
403+
);
396404
public $kind;
397405
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
398406
protected $usersDataType = 'array';
@@ -420,6 +428,8 @@ public function getUsers()
420428

421429
class Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse extends Google_Model
422430
{
431+
protected $internal_gapi_mappings = array(
432+
);
423433
public $kind;
424434
public $oobCode;
425435

@@ -446,6 +456,8 @@ public function getOobCode()
446456

447457
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest extends Google_Model
448458
{
459+
protected $internal_gapi_mappings = array(
460+
);
449461
public $appId;
450462
public $clientId;
451463
public $context;
@@ -538,6 +550,8 @@ public function getProviderId()
538550

539551
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest extends Google_Model
540552
{
553+
protected $internal_gapi_mappings = array(
554+
);
541555
public $localId;
542556

543557
public function setLocalId($localId)
@@ -553,6 +567,8 @@ public function getLocalId()
553567

554568
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest extends Google_Model
555569
{
570+
protected $internal_gapi_mappings = array(
571+
);
556572
public $maxResults;
557573
public $nextPageToken;
558574

@@ -580,6 +596,8 @@ public function getNextPageToken()
580596
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Google_Collection
581597
{
582598
protected $collection_key = 'localId';
599+
protected $internal_gapi_mappings = array(
600+
);
583601
public $email;
584602
public $idToken;
585603
public $localId;
@@ -617,11 +635,14 @@ public function getLocalId()
617635

618636
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse extends Google_Model
619637
{
620-
638+
protected $internal_gapi_mappings = array(
639+
);
621640
}
622641

623642
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest extends Google_Model
624643
{
644+
protected $internal_gapi_mappings = array(
645+
);
625646
public $email;
626647
public $newPassword;
627648
public $oldPassword;
@@ -671,6 +692,8 @@ public function getOobCode()
671692
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest extends Google_Collection
672693
{
673694
protected $collection_key = 'provider';
695+
protected $internal_gapi_mappings = array(
696+
);
674697
public $captchaChallenge;
675698
public $captchaResponse;
676699
public $displayName;
@@ -797,6 +820,8 @@ public function getUpgradeToFederatedLogin()
797820
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest extends Google_Collection
798821
{
799822
protected $collection_key = 'users';
823+
protected $internal_gapi_mappings = array(
824+
);
800825
public $hashAlgorithm;
801826
public $memoryCost;
802827
public $rounds;
@@ -868,6 +893,8 @@ public function getUsers()
868893

869894
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest extends Google_Model
870895
{
896+
protected $internal_gapi_mappings = array(
897+
);
871898
public $pendingIdToken;
872899
public $postBody;
873900
public $requestUri;
@@ -905,6 +932,8 @@ public function getRequestUri()
905932

906933
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest extends Google_Model
907934
{
935+
protected $internal_gapi_mappings = array(
936+
);
908937
public $captchaChallenge;
909938
public $captchaResponse;
910939
public $email;
@@ -964,6 +993,8 @@ public function getPendingIdToken()
964993

965994
class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
966995
{
996+
protected $internal_gapi_mappings = array(
997+
);
967998
public $captchaResp;
968999
public $challenge;
9691000
public $email;
@@ -1056,6 +1087,8 @@ public function getUserIp()
10561087

10571088
class Google_Service_IdentityToolkit_ResetPasswordResponse extends Google_Model
10581089
{
1090+
protected $internal_gapi_mappings = array(
1091+
);
10591092
public $email;
10601093
public $kind;
10611094

@@ -1083,6 +1116,8 @@ public function getKind()
10831116
class Google_Service_IdentityToolkit_SetAccountInfoResponse extends Google_Collection
10841117
{
10851118
protected $collection_key = 'providerUserInfo';
1119+
protected $internal_gapi_mappings = array(
1120+
);
10861121
public $displayName;
10871122
public $email;
10881123
public $idToken;
@@ -1143,6 +1178,8 @@ public function getProviderUserInfo()
11431178

11441179
class Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo extends Google_Model
11451180
{
1181+
protected $internal_gapi_mappings = array(
1182+
);
11461183
public $displayName;
11471184
public $photoUrl;
11481185
public $providerId;
@@ -1181,6 +1218,8 @@ public function getProviderId()
11811218
class Google_Service_IdentityToolkit_UploadAccountResponse extends Google_Collection
11821219
{
11831220
protected $collection_key = 'error';
1221+
protected $internal_gapi_mappings = array(
1222+
);
11841223
protected $errorType = 'Google_Service_IdentityToolkit_UploadAccountResponseError';
11851224
protected $errorDataType = 'array';
11861225
public $kind;
@@ -1208,6 +1247,8 @@ public function getKind()
12081247

12091248
class Google_Service_IdentityToolkit_UploadAccountResponseError extends Google_Model
12101249
{
1250+
protected $internal_gapi_mappings = array(
1251+
);
12111252
public $index;
12121253
public $message;
12131254

@@ -1235,6 +1276,8 @@ public function getMessage()
12351276
class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
12361277
{
12371278
protected $collection_key = 'providerUserInfo';
1279+
protected $internal_gapi_mappings = array(
1280+
);
12381281
public $displayName;
12391282
public $email;
12401283
public $emailVerified;
@@ -1350,6 +1393,8 @@ public function getVersion()
13501393

13511394
class Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Google_Model
13521395
{
1396+
protected $internal_gapi_mappings = array(
1397+
);
13531398
public $displayName;
13541399
public $federatedId;
13551400
public $photoUrl;
@@ -1399,6 +1444,8 @@ public function getProviderId()
13991444
class Google_Service_IdentityToolkit_VerifyAssertionResponse extends Google_Collection
14001445
{
14011446
protected $collection_key = 'verifiedProvider';
1447+
protected $internal_gapi_mappings = array(
1448+
);
14021449
public $action;
14031450
public $appInstallationUrl;
14041451
public $appScheme;
@@ -1700,6 +1747,8 @@ public function getVerifiedProvider()
17001747

17011748
class Google_Service_IdentityToolkit_VerifyPasswordResponse extends Google_Model
17021749
{
1750+
protected $internal_gapi_mappings = array(
1751+
);
17031752
public $displayName;
17041753
public $email;
17051754
public $idToken;

0 commit comments

Comments
 (0)