Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'allProviders';
|
||||
protected $collection_key = 'signinMethods';
|
||||
public $allProviders;
|
||||
public $authUri;
|
||||
public $captchaRequired;
|
||||
@@ -26,6 +26,7 @@ class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Collec
|
||||
public $providerId;
|
||||
public $registered;
|
||||
public $sessionId;
|
||||
public $signinMethods;
|
||||
|
||||
public function setAllProviders($allProviders)
|
||||
{
|
||||
@@ -91,4 +92,12 @@ class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Collec
|
||||
{
|
||||
return $this->sessionId;
|
||||
}
|
||||
public function setSigninMethods($signinMethods)
|
||||
{
|
||||
$this->signinMethods = $signinMethods;
|
||||
}
|
||||
public function getSigninMethods()
|
||||
{
|
||||
return $this->signinMethods;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -39,10 +39,16 @@ class Google_Service_IdentityToolkit_DownloadAccountResponse extends Google_Coll
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_UserInfo
|
||||
*/
|
||||
public function setUsers($users)
|
||||
{
|
||||
$this->users = $users;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_UserInfo
|
||||
*/
|
||||
public function getUsers()
|
||||
{
|
||||
return $this->users;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -30,10 +30,16 @@ class Google_Service_IdentityToolkit_GetAccountInfoResponse extends Google_Colle
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_UserInfo
|
||||
*/
|
||||
public function setUsers($users)
|
||||
{
|
||||
$this->users = $users;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_UserInfo
|
||||
*/
|
||||
public function getUsers()
|
||||
{
|
||||
return $this->users;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequestCustomParameter extends Google_Model
|
||||
{
|
||||
public $key;
|
||||
public $value;
|
||||
|
||||
public function setKey($key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,11 +17,12 @@
|
||||
|
||||
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'localId';
|
||||
protected $collection_key = 'phoneNumber';
|
||||
public $delegatedProjectNumber;
|
||||
public $email;
|
||||
public $idToken;
|
||||
public $localId;
|
||||
public $phoneNumber;
|
||||
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
@@ -55,4 +56,12 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRe
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setPhoneNumber($phoneNumber)
|
||||
{
|
||||
$this->phoneNumber = $phoneNumber;
|
||||
}
|
||||
public function getPhoneNumber()
|
||||
{
|
||||
return $this->phoneNumber;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -60,10 +60,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfig
|
||||
{
|
||||
return $this->authorizedDomains;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate)
|
||||
{
|
||||
$this->changeEmailTemplate = $changeEmailTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getChangeEmailTemplate()
|
||||
{
|
||||
return $this->changeEmailTemplate;
|
||||
@@ -84,18 +90,30 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfig
|
||||
{
|
||||
return $this->enableAnonymousUser;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_IdpConfig
|
||||
*/
|
||||
public function setIdpConfig($idpConfig)
|
||||
{
|
||||
$this->idpConfig = $idpConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_IdpConfig
|
||||
*/
|
||||
public function getIdpConfig()
|
||||
{
|
||||
return $this->idpConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate)
|
||||
{
|
||||
$this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getLegacyResetPasswordTemplate()
|
||||
{
|
||||
return $this->legacyResetPasswordTemplate;
|
||||
@@ -108,10 +126,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfig
|
||||
{
|
||||
return $this->projectId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate)
|
||||
{
|
||||
$this->resetPasswordTemplate = $resetPasswordTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getResetPasswordTemplate()
|
||||
{
|
||||
return $this->resetPasswordTemplate;
|
||||
@@ -124,10 +148,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfig
|
||||
{
|
||||
return $this->useEmailSending;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate)
|
||||
{
|
||||
$this->verifyEmailTemplate = $verifyEmailTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getVerifyEmailTemplate()
|
||||
{
|
||||
return $this->verifyEmailTemplate;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -21,6 +21,7 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRe
|
||||
public $captchaChallenge;
|
||||
public $captchaResponse;
|
||||
public $createdAt;
|
||||
public $customAttributes;
|
||||
public $delegatedProjectNumber;
|
||||
public $deleteAttribute;
|
||||
public $deleteProvider;
|
||||
@@ -34,6 +35,7 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRe
|
||||
public $localId;
|
||||
public $oobCode;
|
||||
public $password;
|
||||
public $phoneNumber;
|
||||
public $photoUrl;
|
||||
public $provider;
|
||||
public $returnSecureToken;
|
||||
@@ -64,6 +66,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRe
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
public function setCustomAttributes($customAttributes)
|
||||
{
|
||||
$this->customAttributes = $customAttributes;
|
||||
}
|
||||
public function getCustomAttributes()
|
||||
{
|
||||
return $this->customAttributes;
|
||||
}
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
@@ -168,6 +178,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRe
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
public function setPhoneNumber($phoneNumber)
|
||||
{
|
||||
$this->phoneNumber = $phoneNumber;
|
||||
}
|
||||
public function getPhoneNumber()
|
||||
{
|
||||
return $this->phoneNumber;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -59,10 +59,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfig
|
||||
{
|
||||
return $this->authorizedDomains;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate)
|
||||
{
|
||||
$this->changeEmailTemplate = $changeEmailTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getChangeEmailTemplate()
|
||||
{
|
||||
return $this->changeEmailTemplate;
|
||||
@@ -83,26 +89,44 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfig
|
||||
{
|
||||
return $this->enableAnonymousUser;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_IdpConfig
|
||||
*/
|
||||
public function setIdpConfig($idpConfig)
|
||||
{
|
||||
$this->idpConfig = $idpConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_IdpConfig
|
||||
*/
|
||||
public function getIdpConfig()
|
||||
{
|
||||
return $this->idpConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate)
|
||||
{
|
||||
$this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getLegacyResetPasswordTemplate()
|
||||
{
|
||||
return $this->legacyResetPasswordTemplate;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate)
|
||||
{
|
||||
$this->resetPasswordTemplate = $resetPasswordTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getResetPasswordTemplate()
|
||||
{
|
||||
return $this->resetPasswordTemplate;
|
||||
@@ -115,10 +139,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfig
|
||||
{
|
||||
return $this->useEmailSending;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate)
|
||||
{
|
||||
$this->verifyEmailTemplate = $verifyEmailTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_EmailTemplate
|
||||
*/
|
||||
public function getVerifyEmailTemplate()
|
||||
{
|
||||
return $this->verifyEmailTemplate;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -27,6 +27,7 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserReq
|
||||
public $instanceId;
|
||||
public $localId;
|
||||
public $password;
|
||||
public $phoneNumber;
|
||||
public $photoUrl;
|
||||
|
||||
public function setCaptchaChallenge($captchaChallenge)
|
||||
@@ -109,6 +110,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserReq
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
public function setPhoneNumber($phoneNumber)
|
||||
{
|
||||
$this->phoneNumber = $phoneNumber;
|
||||
}
|
||||
public function getPhoneNumber()
|
||||
{
|
||||
return $this->phoneNumber;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -19,9 +19,13 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq
|
||||
{
|
||||
protected $collection_key = 'users';
|
||||
public $allowOverwrite;
|
||||
public $blockSize;
|
||||
public $cpuMemCost;
|
||||
public $delegatedProjectNumber;
|
||||
public $dkLen;
|
||||
public $hashAlgorithm;
|
||||
public $memoryCost;
|
||||
public $parallelization;
|
||||
public $rounds;
|
||||
public $saltSeparator;
|
||||
public $sanityCheck;
|
||||
@@ -38,6 +42,22 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq
|
||||
{
|
||||
return $this->allowOverwrite;
|
||||
}
|
||||
public function setBlockSize($blockSize)
|
||||
{
|
||||
$this->blockSize = $blockSize;
|
||||
}
|
||||
public function getBlockSize()
|
||||
{
|
||||
return $this->blockSize;
|
||||
}
|
||||
public function setCpuMemCost($cpuMemCost)
|
||||
{
|
||||
$this->cpuMemCost = $cpuMemCost;
|
||||
}
|
||||
public function getCpuMemCost()
|
||||
{
|
||||
return $this->cpuMemCost;
|
||||
}
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
@@ -46,6 +66,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setDkLen($dkLen)
|
||||
{
|
||||
$this->dkLen = $dkLen;
|
||||
}
|
||||
public function getDkLen()
|
||||
{
|
||||
return $this->dkLen;
|
||||
}
|
||||
public function setHashAlgorithm($hashAlgorithm)
|
||||
{
|
||||
$this->hashAlgorithm = $hashAlgorithm;
|
||||
@@ -62,6 +90,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq
|
||||
{
|
||||
return $this->memoryCost;
|
||||
}
|
||||
public function setParallelization($parallelization)
|
||||
{
|
||||
$this->parallelization = $parallelization;
|
||||
}
|
||||
public function getParallelization()
|
||||
{
|
||||
return $this->parallelization;
|
||||
}
|
||||
public function setRounds($rounds)
|
||||
{
|
||||
$this->rounds = $rounds;
|
||||
@@ -102,10 +138,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq
|
||||
{
|
||||
return $this->targetProjectId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_UserInfo
|
||||
*/
|
||||
public function setUsers($users)
|
||||
{
|
||||
$this->users = $users;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_UserInfo
|
||||
*/
|
||||
public function getUsers()
|
||||
{
|
||||
return $this->users;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest extends Google_Model
|
||||
{
|
||||
public $autoCreate;
|
||||
public $delegatedProjectNumber;
|
||||
public $idToken;
|
||||
public $instanceId;
|
||||
@@ -28,6 +29,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionR
|
||||
public $returnSecureToken;
|
||||
public $sessionId;
|
||||
|
||||
public function setAutoCreate($autoCreate)
|
||||
{
|
||||
$this->autoCreate = $autoCreate;
|
||||
}
|
||||
public function getAutoCreate()
|
||||
{
|
||||
return $this->autoCreate;
|
||||
}
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,15 +17,54 @@
|
||||
|
||||
class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
|
||||
{
|
||||
public $androidInstallApp;
|
||||
public $androidMinimumVersion;
|
||||
public $androidPackageName;
|
||||
public $canHandleCodeInApp;
|
||||
public $captchaResp;
|
||||
public $challenge;
|
||||
public $continueUrl;
|
||||
public $email;
|
||||
public $iOSAppStoreId;
|
||||
public $iOSBundleId;
|
||||
public $idToken;
|
||||
public $kind;
|
||||
public $newEmail;
|
||||
public $requestType;
|
||||
public $userIp;
|
||||
|
||||
public function setAndroidInstallApp($androidInstallApp)
|
||||
{
|
||||
$this->androidInstallApp = $androidInstallApp;
|
||||
}
|
||||
public function getAndroidInstallApp()
|
||||
{
|
||||
return $this->androidInstallApp;
|
||||
}
|
||||
public function setAndroidMinimumVersion($androidMinimumVersion)
|
||||
{
|
||||
$this->androidMinimumVersion = $androidMinimumVersion;
|
||||
}
|
||||
public function getAndroidMinimumVersion()
|
||||
{
|
||||
return $this->androidMinimumVersion;
|
||||
}
|
||||
public function setAndroidPackageName($androidPackageName)
|
||||
{
|
||||
$this->androidPackageName = $androidPackageName;
|
||||
}
|
||||
public function getAndroidPackageName()
|
||||
{
|
||||
return $this->androidPackageName;
|
||||
}
|
||||
public function setCanHandleCodeInApp($canHandleCodeInApp)
|
||||
{
|
||||
$this->canHandleCodeInApp = $canHandleCodeInApp;
|
||||
}
|
||||
public function getCanHandleCodeInApp()
|
||||
{
|
||||
return $this->canHandleCodeInApp;
|
||||
}
|
||||
public function setCaptchaResp($captchaResp)
|
||||
{
|
||||
$this->captchaResp = $captchaResp;
|
||||
@@ -42,6 +81,14 @@ class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
|
||||
{
|
||||
return $this->challenge;
|
||||
}
|
||||
public function setContinueUrl($continueUrl)
|
||||
{
|
||||
$this->continueUrl = $continueUrl;
|
||||
}
|
||||
public function getContinueUrl()
|
||||
{
|
||||
return $this->continueUrl;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
@@ -50,6 +97,22 @@ class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setIOSAppStoreId($iOSAppStoreId)
|
||||
{
|
||||
$this->iOSAppStoreId = $iOSAppStoreId;
|
||||
}
|
||||
public function getIOSAppStoreId()
|
||||
{
|
||||
return $this->iOSAppStoreId;
|
||||
}
|
||||
public function setIOSBundleId($iOSBundleId)
|
||||
{
|
||||
$this->iOSBundleId = $iOSBundleId;
|
||||
}
|
||||
public function getIOSBundleId()
|
||||
{
|
||||
return $this->iOSBundleId;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -65,6 +65,19 @@ class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Servic
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('downloadAccount', array($params), "Google_Service_IdentityToolkit_DownloadAccountResponse");
|
||||
}
|
||||
/**
|
||||
* Reset password for a user. (relyingparty.emailLinkSignin)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyEmailLinkSigninRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_EmailLinkSigninResponse
|
||||
*/
|
||||
public function emailLinkSignin(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyEmailLinkSigninRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('emailLinkSignin', array($params), "Google_Service_IdentityToolkit_EmailLinkSigninResponse");
|
||||
}
|
||||
/**
|
||||
* Returns the account info. (relyingparty.getAccountInfo)
|
||||
*
|
||||
@@ -145,6 +158,19 @@ class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Servic
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('resetPassword', array($params), "Google_Service_IdentityToolkit_ResetPasswordResponse");
|
||||
}
|
||||
/**
|
||||
* Send SMS verification code. (relyingparty.sendVerificationCode)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeResponse
|
||||
*/
|
||||
public function sendVerificationCode(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('sendVerificationCode', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeResponse");
|
||||
}
|
||||
/**
|
||||
* Set account info for a user. (relyingparty.setAccountInfo)
|
||||
*
|
||||
@@ -249,4 +275,18 @@ class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Servic
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('verifyPassword', array($params), "Google_Service_IdentityToolkit_VerifyPasswordResponse");
|
||||
}
|
||||
/**
|
||||
* Verifies ownership of a phone number and creates/updates the user account
|
||||
* accordingly. (relyingparty.verifyPhoneNumber)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse
|
||||
*/
|
||||
public function verifyPhoneNumber(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('verifyPhoneNumber', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -112,10 +112,16 @@ class Google_Service_IdentityToolkit_SetAccountInfoResponse extends Google_Colle
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo
|
||||
*/
|
||||
public function setProviderUserInfo($providerUserInfo)
|
||||
{
|
||||
$this->providerUserInfo = $providerUserInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo
|
||||
*/
|
||||
public function getProviderUserInfo()
|
||||
{
|
||||
return $this->providerUserInfo;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_IdentityToolkit_UploadAccountResponse extends Google_Collec
|
||||
protected $errorDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_UploadAccountResponseError
|
||||
*/
|
||||
public function setError($error)
|
||||
{
|
||||
$this->error = $error;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_UploadAccountResponseError
|
||||
*/
|
||||
public function getError()
|
||||
{
|
||||
return $this->error;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -19,6 +19,7 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'providerUserInfo';
|
||||
public $createdAt;
|
||||
public $customAttributes;
|
||||
public $customAuth;
|
||||
public $disabled;
|
||||
public $displayName;
|
||||
@@ -28,6 +29,7 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
|
||||
public $localId;
|
||||
public $passwordHash;
|
||||
public $passwordUpdatedAt;
|
||||
public $phoneNumber;
|
||||
public $photoUrl;
|
||||
protected $providerUserInfoType = 'Google_Service_IdentityToolkit_UserInfoProviderUserInfo';
|
||||
protected $providerUserInfoDataType = 'array';
|
||||
@@ -45,6 +47,14 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
public function setCustomAttributes($customAttributes)
|
||||
{
|
||||
$this->customAttributes = $customAttributes;
|
||||
}
|
||||
public function getCustomAttributes()
|
||||
{
|
||||
return $this->customAttributes;
|
||||
}
|
||||
public function setCustomAuth($customAuth)
|
||||
{
|
||||
$this->customAuth = $customAuth;
|
||||
@@ -117,6 +127,14 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
|
||||
{
|
||||
return $this->passwordUpdatedAt;
|
||||
}
|
||||
public function setPhoneNumber($phoneNumber)
|
||||
{
|
||||
$this->phoneNumber = $phoneNumber;
|
||||
}
|
||||
public function getPhoneNumber()
|
||||
{
|
||||
return $this->phoneNumber;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
@@ -125,10 +143,16 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_IdentityToolkit_UserInfoProviderUserInfo
|
||||
*/
|
||||
public function setProviderUserInfo($providerUserInfo)
|
||||
{
|
||||
$this->providerUserInfo = $providerUserInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_IdentityToolkit_UserInfoProviderUserInfo
|
||||
*/
|
||||
public function getProviderUserInfo()
|
||||
{
|
||||
return $this->providerUserInfo;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -20,6 +20,7 @@ class Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Google_Mod
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $federatedId;
|
||||
public $phoneNumber;
|
||||
public $photoUrl;
|
||||
public $providerId;
|
||||
public $rawId;
|
||||
@@ -49,6 +50,14 @@ class Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Google_Mod
|
||||
{
|
||||
return $this->federatedId;
|
||||
}
|
||||
public function setPhoneNumber($phoneNumber)
|
||||
{
|
||||
$this->phoneNumber = $phoneNumber;
|
||||
}
|
||||
public function getPhoneNumber()
|
||||
{
|
||||
return $this->phoneNumber;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -19,6 +19,7 @@ class Google_Service_IdentityToolkit_VerifyCustomTokenResponse extends Google_Mo
|
||||
{
|
||||
public $expiresIn;
|
||||
public $idToken;
|
||||
public $isNewUser;
|
||||
public $kind;
|
||||
public $refreshToken;
|
||||
|
||||
@@ -38,6 +39,14 @@ class Google_Service_IdentityToolkit_VerifyCustomTokenResponse extends Google_Mo
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setIsNewUser($isNewUser)
|
||||
{
|
||||
$this->isNewUser = $isNewUser;
|
||||
}
|
||||
public function getIsNewUser()
|
||||
{
|
||||
return $this->isNewUser;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
Reference in New Issue
Block a user