Mise à jour des librairies
This commit is contained in:
@@ -31,6 +31,8 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriReq
|
||||
public $otaApp;
|
||||
public $providerId;
|
||||
public $sessionId;
|
||||
public $tenantId;
|
||||
public $tenantProjectNumber;
|
||||
|
||||
public function setAppId($appId)
|
||||
{
|
||||
@@ -144,4 +146,20 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriReq
|
||||
{
|
||||
return $this->sessionId;
|
||||
}
|
||||
public function setTenantId($tenantId)
|
||||
{
|
||||
$this->tenantId = $tenantId;
|
||||
}
|
||||
public function getTenantId()
|
||||
{
|
||||
return $this->tenantId;
|
||||
}
|
||||
public function setTenantProjectNumber($tenantProjectNumber)
|
||||
{
|
||||
$this->tenantProjectNumber = $tenantProjectNumber;
|
||||
}
|
||||
public function getTenantProjectNumber()
|
||||
{
|
||||
return $this->tenantProjectNumber;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,8 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserReq
|
||||
public $password;
|
||||
public $phoneNumber;
|
||||
public $photoUrl;
|
||||
public $tenantId;
|
||||
public $tenantProjectNumber;
|
||||
|
||||
public function setCaptchaChallenge($captchaChallenge)
|
||||
{
|
||||
@@ -126,4 +128,20 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserReq
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setTenantId($tenantId)
|
||||
{
|
||||
$this->tenantId = $tenantId;
|
||||
}
|
||||
public function getTenantId()
|
||||
{
|
||||
return $this->tenantId;
|
||||
}
|
||||
public function setTenantProjectNumber($tenantProjectNumber)
|
||||
{
|
||||
$this->tenantProjectNumber = $tenantProjectNumber;
|
||||
}
|
||||
public function getTenantProjectNumber()
|
||||
{
|
||||
return $this->tenantProjectNumber;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,6 +28,8 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionR
|
||||
public $returnRefreshToken;
|
||||
public $returnSecureToken;
|
||||
public $sessionId;
|
||||
public $tenantId;
|
||||
public $tenantProjectNumber;
|
||||
|
||||
public function setAutoCreate($autoCreate)
|
||||
{
|
||||
@@ -117,4 +119,20 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionR
|
||||
{
|
||||
return $this->sessionId;
|
||||
}
|
||||
public function setTenantId($tenantId)
|
||||
{
|
||||
$this->tenantId = $tenantId;
|
||||
}
|
||||
public function getTenantId()
|
||||
{
|
||||
return $this->tenantId;
|
||||
}
|
||||
public function setTenantProjectNumber($tenantProjectNumber)
|
||||
{
|
||||
$this->tenantProjectNumber = $tenantProjectNumber;
|
||||
}
|
||||
public function getTenantProjectNumber()
|
||||
{
|
||||
return $this->tenantProjectNumber;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,8 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRe
|
||||
public $password;
|
||||
public $pendingIdToken;
|
||||
public $returnSecureToken;
|
||||
public $tenantId;
|
||||
public $tenantProjectNumber;
|
||||
|
||||
public function setCaptchaChallenge($captchaChallenge)
|
||||
{
|
||||
@@ -99,4 +101,20 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRe
|
||||
{
|
||||
return $this->returnSecureToken;
|
||||
}
|
||||
public function setTenantId($tenantId)
|
||||
{
|
||||
$this->tenantId = $tenantId;
|
||||
}
|
||||
public function getTenantId()
|
||||
{
|
||||
return $this->tenantId;
|
||||
}
|
||||
public function setTenantProjectNumber($tenantProjectNumber)
|
||||
{
|
||||
$this->tenantProjectNumber = $tenantProjectNumber;
|
||||
}
|
||||
public function getTenantProjectNumber()
|
||||
{
|
||||
return $this->tenantProjectNumber;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user