Initial commit
This commit is contained in:
94
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.php
vendored
Normal file
94
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.php
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
<?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_CreateAuthUriResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'allProviders';
|
||||
public $allProviders;
|
||||
public $authUri;
|
||||
public $captchaRequired;
|
||||
public $forExistingProvider;
|
||||
public $kind;
|
||||
public $providerId;
|
||||
public $registered;
|
||||
public $sessionId;
|
||||
|
||||
public function setAllProviders($allProviders)
|
||||
{
|
||||
$this->allProviders = $allProviders;
|
||||
}
|
||||
public function getAllProviders()
|
||||
{
|
||||
return $this->allProviders;
|
||||
}
|
||||
public function setAuthUri($authUri)
|
||||
{
|
||||
$this->authUri = $authUri;
|
||||
}
|
||||
public function getAuthUri()
|
||||
{
|
||||
return $this->authUri;
|
||||
}
|
||||
public function setCaptchaRequired($captchaRequired)
|
||||
{
|
||||
$this->captchaRequired = $captchaRequired;
|
||||
}
|
||||
public function getCaptchaRequired()
|
||||
{
|
||||
return $this->captchaRequired;
|
||||
}
|
||||
public function setForExistingProvider($forExistingProvider)
|
||||
{
|
||||
$this->forExistingProvider = $forExistingProvider;
|
||||
}
|
||||
public function getForExistingProvider()
|
||||
{
|
||||
return $this->forExistingProvider;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setProviderId($providerId)
|
||||
{
|
||||
$this->providerId = $providerId;
|
||||
}
|
||||
public function getProviderId()
|
||||
{
|
||||
return $this->providerId;
|
||||
}
|
||||
public function setRegistered($registered)
|
||||
{
|
||||
$this->registered = $registered;
|
||||
}
|
||||
public function getRegistered()
|
||||
{
|
||||
return $this->registered;
|
||||
}
|
||||
public function setSessionId($sessionId)
|
||||
{
|
||||
$this->sessionId = $sessionId;
|
||||
}
|
||||
public function getSessionId()
|
||||
{
|
||||
return $this->sessionId;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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_DeleteAccountResponse extends Google_Model
|
||||
{
|
||||
public $kind;
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
}
|
||||
50
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DownloadAccountResponse.php
vendored
Normal file
50
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DownloadAccountResponse.php
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<?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_DownloadAccountResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'users';
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
|
||||
protected $usersDataType = 'array';
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
public function setUsers($users)
|
||||
{
|
||||
$this->users = $users;
|
||||
}
|
||||
public function getUsers()
|
||||
{
|
||||
return $this->users;
|
||||
}
|
||||
}
|
||||
75
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php
vendored
Normal file
75
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
<?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_EmailTemplate extends Google_Model
|
||||
{
|
||||
public $body;
|
||||
public $format;
|
||||
public $from;
|
||||
public $fromDisplayName;
|
||||
public $replyTo;
|
||||
public $subject;
|
||||
|
||||
public function setBody($body)
|
||||
{
|
||||
$this->body = $body;
|
||||
}
|
||||
public function getBody()
|
||||
{
|
||||
return $this->body;
|
||||
}
|
||||
public function setFormat($format)
|
||||
{
|
||||
$this->format = $format;
|
||||
}
|
||||
public function getFormat()
|
||||
{
|
||||
return $this->format;
|
||||
}
|
||||
public function setFrom($from)
|
||||
{
|
||||
$this->from = $from;
|
||||
}
|
||||
public function getFrom()
|
||||
{
|
||||
return $this->from;
|
||||
}
|
||||
public function setFromDisplayName($fromDisplayName)
|
||||
{
|
||||
$this->fromDisplayName = $fromDisplayName;
|
||||
}
|
||||
public function getFromDisplayName()
|
||||
{
|
||||
return $this->fromDisplayName;
|
||||
}
|
||||
public function setReplyTo($replyTo)
|
||||
{
|
||||
$this->replyTo = $replyTo;
|
||||
}
|
||||
public function getReplyTo()
|
||||
{
|
||||
return $this->replyTo;
|
||||
}
|
||||
public function setSubject($subject)
|
||||
{
|
||||
$this->subject = $subject;
|
||||
}
|
||||
public function getSubject()
|
||||
{
|
||||
return $this->subject;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetAccountInfoResponse.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetAccountInfoResponse.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?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_GetAccountInfoResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'users';
|
||||
public $kind;
|
||||
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
|
||||
protected $usersDataType = 'array';
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setUsers($users)
|
||||
{
|
||||
$this->users = $users;
|
||||
}
|
||||
public function getUsers()
|
||||
{
|
||||
return $this->users;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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_GetOobConfirmationCodeResponse extends Google_Model
|
||||
{
|
||||
public $email;
|
||||
public $kind;
|
||||
public $oobCode;
|
||||
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setOobCode($oobCode)
|
||||
{
|
||||
$this->oobCode = $oobCode;
|
||||
}
|
||||
public function getOobCode()
|
||||
{
|
||||
return $this->oobCode;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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_GetRecaptchaParamResponse extends Google_Model
|
||||
{
|
||||
public $kind;
|
||||
public $recaptchaSiteKey;
|
||||
public $recaptchaStoken;
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setRecaptchaSiteKey($recaptchaSiteKey)
|
||||
{
|
||||
$this->recaptchaSiteKey = $recaptchaSiteKey;
|
||||
}
|
||||
public function getRecaptchaSiteKey()
|
||||
{
|
||||
return $this->recaptchaSiteKey;
|
||||
}
|
||||
public function setRecaptchaStoken($recaptchaStoken)
|
||||
{
|
||||
$this->recaptchaStoken = $recaptchaStoken;
|
||||
}
|
||||
public function getRecaptchaStoken()
|
||||
{
|
||||
return $this->recaptchaStoken;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,147 @@
|
||||
<?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_IdentitytoolkitRelyingpartyCreateAuthUriRequest extends Google_Model
|
||||
{
|
||||
public $appId;
|
||||
public $authFlowType;
|
||||
public $clientId;
|
||||
public $context;
|
||||
public $continueUri;
|
||||
public $customParameter;
|
||||
public $hostedDomain;
|
||||
public $identifier;
|
||||
public $oauthConsumerKey;
|
||||
public $oauthScope;
|
||||
public $openidRealm;
|
||||
public $otaApp;
|
||||
public $providerId;
|
||||
public $sessionId;
|
||||
|
||||
public function setAppId($appId)
|
||||
{
|
||||
$this->appId = $appId;
|
||||
}
|
||||
public function getAppId()
|
||||
{
|
||||
return $this->appId;
|
||||
}
|
||||
public function setAuthFlowType($authFlowType)
|
||||
{
|
||||
$this->authFlowType = $authFlowType;
|
||||
}
|
||||
public function getAuthFlowType()
|
||||
{
|
||||
return $this->authFlowType;
|
||||
}
|
||||
public function setClientId($clientId)
|
||||
{
|
||||
$this->clientId = $clientId;
|
||||
}
|
||||
public function getClientId()
|
||||
{
|
||||
return $this->clientId;
|
||||
}
|
||||
public function setContext($context)
|
||||
{
|
||||
$this->context = $context;
|
||||
}
|
||||
public function getContext()
|
||||
{
|
||||
return $this->context;
|
||||
}
|
||||
public function setContinueUri($continueUri)
|
||||
{
|
||||
$this->continueUri = $continueUri;
|
||||
}
|
||||
public function getContinueUri()
|
||||
{
|
||||
return $this->continueUri;
|
||||
}
|
||||
public function setCustomParameter($customParameter)
|
||||
{
|
||||
$this->customParameter = $customParameter;
|
||||
}
|
||||
public function getCustomParameter()
|
||||
{
|
||||
return $this->customParameter;
|
||||
}
|
||||
public function setHostedDomain($hostedDomain)
|
||||
{
|
||||
$this->hostedDomain = $hostedDomain;
|
||||
}
|
||||
public function getHostedDomain()
|
||||
{
|
||||
return $this->hostedDomain;
|
||||
}
|
||||
public function setIdentifier($identifier)
|
||||
{
|
||||
$this->identifier = $identifier;
|
||||
}
|
||||
public function getIdentifier()
|
||||
{
|
||||
return $this->identifier;
|
||||
}
|
||||
public function setOauthConsumerKey($oauthConsumerKey)
|
||||
{
|
||||
$this->oauthConsumerKey = $oauthConsumerKey;
|
||||
}
|
||||
public function getOauthConsumerKey()
|
||||
{
|
||||
return $this->oauthConsumerKey;
|
||||
}
|
||||
public function setOauthScope($oauthScope)
|
||||
{
|
||||
$this->oauthScope = $oauthScope;
|
||||
}
|
||||
public function getOauthScope()
|
||||
{
|
||||
return $this->oauthScope;
|
||||
}
|
||||
public function setOpenidRealm($openidRealm)
|
||||
{
|
||||
$this->openidRealm = $openidRealm;
|
||||
}
|
||||
public function getOpenidRealm()
|
||||
{
|
||||
return $this->openidRealm;
|
||||
}
|
||||
public function setOtaApp($otaApp)
|
||||
{
|
||||
$this->otaApp = $otaApp;
|
||||
}
|
||||
public function getOtaApp()
|
||||
{
|
||||
return $this->otaApp;
|
||||
}
|
||||
public function setProviderId($providerId)
|
||||
{
|
||||
$this->providerId = $providerId;
|
||||
}
|
||||
public function getProviderId()
|
||||
{
|
||||
return $this->providerId;
|
||||
}
|
||||
public function setSessionId($sessionId)
|
||||
{
|
||||
$this->sessionId = $sessionId;
|
||||
}
|
||||
public function getSessionId()
|
||||
{
|
||||
return $this->sessionId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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_IdentitytoolkitRelyingpartyDeleteAccountRequest extends Google_Model
|
||||
{
|
||||
public $delegatedProjectNumber;
|
||||
public $idToken;
|
||||
public $localId;
|
||||
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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_IdentitytoolkitRelyingpartyDownloadAccountRequest extends Google_Model
|
||||
{
|
||||
public $delegatedProjectNumber;
|
||||
public $maxResults;
|
||||
public $nextPageToken;
|
||||
public $targetProjectId;
|
||||
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setMaxResults($maxResults)
|
||||
{
|
||||
$this->maxResults = $maxResults;
|
||||
}
|
||||
public function getMaxResults()
|
||||
{
|
||||
return $this->maxResults;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
public function setTargetProjectId($targetProjectId)
|
||||
{
|
||||
$this->targetProjectId = $targetProjectId;
|
||||
}
|
||||
public function getTargetProjectId()
|
||||
{
|
||||
return $this->targetProjectId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
<?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_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'localId';
|
||||
public $delegatedProjectNumber;
|
||||
public $email;
|
||||
public $idToken;
|
||||
public $localId;
|
||||
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,135 @@
|
||||
<?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_IdentitytoolkitRelyingpartyGetProjectConfigResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'idpConfig';
|
||||
public $allowPasswordUser;
|
||||
public $apiKey;
|
||||
public $authorizedDomains;
|
||||
protected $changeEmailTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $changeEmailTemplateDataType = '';
|
||||
public $dynamicLinksDomain;
|
||||
public $enableAnonymousUser;
|
||||
protected $idpConfigType = 'Google_Service_IdentityToolkit_IdpConfig';
|
||||
protected $idpConfigDataType = 'array';
|
||||
protected $legacyResetPasswordTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $legacyResetPasswordTemplateDataType = '';
|
||||
public $projectId;
|
||||
protected $resetPasswordTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $resetPasswordTemplateDataType = '';
|
||||
public $useEmailSending;
|
||||
protected $verifyEmailTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $verifyEmailTemplateDataType = '';
|
||||
|
||||
public function setAllowPasswordUser($allowPasswordUser)
|
||||
{
|
||||
$this->allowPasswordUser = $allowPasswordUser;
|
||||
}
|
||||
public function getAllowPasswordUser()
|
||||
{
|
||||
return $this->allowPasswordUser;
|
||||
}
|
||||
public function setApiKey($apiKey)
|
||||
{
|
||||
$this->apiKey = $apiKey;
|
||||
}
|
||||
public function getApiKey()
|
||||
{
|
||||
return $this->apiKey;
|
||||
}
|
||||
public function setAuthorizedDomains($authorizedDomains)
|
||||
{
|
||||
$this->authorizedDomains = $authorizedDomains;
|
||||
}
|
||||
public function getAuthorizedDomains()
|
||||
{
|
||||
return $this->authorizedDomains;
|
||||
}
|
||||
public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate)
|
||||
{
|
||||
$this->changeEmailTemplate = $changeEmailTemplate;
|
||||
}
|
||||
public function getChangeEmailTemplate()
|
||||
{
|
||||
return $this->changeEmailTemplate;
|
||||
}
|
||||
public function setDynamicLinksDomain($dynamicLinksDomain)
|
||||
{
|
||||
$this->dynamicLinksDomain = $dynamicLinksDomain;
|
||||
}
|
||||
public function getDynamicLinksDomain()
|
||||
{
|
||||
return $this->dynamicLinksDomain;
|
||||
}
|
||||
public function setEnableAnonymousUser($enableAnonymousUser)
|
||||
{
|
||||
$this->enableAnonymousUser = $enableAnonymousUser;
|
||||
}
|
||||
public function getEnableAnonymousUser()
|
||||
{
|
||||
return $this->enableAnonymousUser;
|
||||
}
|
||||
public function setIdpConfig($idpConfig)
|
||||
{
|
||||
$this->idpConfig = $idpConfig;
|
||||
}
|
||||
public function getIdpConfig()
|
||||
{
|
||||
return $this->idpConfig;
|
||||
}
|
||||
public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate)
|
||||
{
|
||||
$this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate;
|
||||
}
|
||||
public function getLegacyResetPasswordTemplate()
|
||||
{
|
||||
return $this->legacyResetPasswordTemplate;
|
||||
}
|
||||
public function setProjectId($projectId)
|
||||
{
|
||||
$this->projectId = $projectId;
|
||||
}
|
||||
public function getProjectId()
|
||||
{
|
||||
return $this->projectId;
|
||||
}
|
||||
public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate)
|
||||
{
|
||||
$this->resetPasswordTemplate = $resetPasswordTemplate;
|
||||
}
|
||||
public function getResetPasswordTemplate()
|
||||
{
|
||||
return $this->resetPasswordTemplate;
|
||||
}
|
||||
public function setUseEmailSending($useEmailSending)
|
||||
{
|
||||
$this->useEmailSending = $useEmailSending;
|
||||
}
|
||||
public function getUseEmailSending()
|
||||
{
|
||||
return $this->useEmailSending;
|
||||
}
|
||||
public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate)
|
||||
{
|
||||
$this->verifyEmailTemplate = $verifyEmailTemplate;
|
||||
}
|
||||
public function getVerifyEmailTemplate()
|
||||
{
|
||||
return $this->verifyEmailTemplate;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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_IdentitytoolkitRelyingpartyResetPasswordRequest extends Google_Model
|
||||
{
|
||||
public $email;
|
||||
public $newPassword;
|
||||
public $oldPassword;
|
||||
public $oobCode;
|
||||
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setNewPassword($newPassword)
|
||||
{
|
||||
$this->newPassword = $newPassword;
|
||||
}
|
||||
public function getNewPassword()
|
||||
{
|
||||
return $this->newPassword;
|
||||
}
|
||||
public function setOldPassword($oldPassword)
|
||||
{
|
||||
$this->oldPassword = $oldPassword;
|
||||
}
|
||||
public function getOldPassword()
|
||||
{
|
||||
return $this->oldPassword;
|
||||
}
|
||||
public function setOobCode($oobCode)
|
||||
{
|
||||
$this->oobCode = $oobCode;
|
||||
}
|
||||
public function getOobCode()
|
||||
{
|
||||
return $this->oobCode;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,211 @@
|
||||
<?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_IdentitytoolkitRelyingpartySetAccountInfoRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'provider';
|
||||
public $captchaChallenge;
|
||||
public $captchaResponse;
|
||||
public $createdAt;
|
||||
public $delegatedProjectNumber;
|
||||
public $deleteAttribute;
|
||||
public $deleteProvider;
|
||||
public $disableUser;
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $emailVerified;
|
||||
public $idToken;
|
||||
public $instanceId;
|
||||
public $lastLoginAt;
|
||||
public $localId;
|
||||
public $oobCode;
|
||||
public $password;
|
||||
public $photoUrl;
|
||||
public $provider;
|
||||
public $returnSecureToken;
|
||||
public $upgradeToFederatedLogin;
|
||||
public $validSince;
|
||||
|
||||
public function setCaptchaChallenge($captchaChallenge)
|
||||
{
|
||||
$this->captchaChallenge = $captchaChallenge;
|
||||
}
|
||||
public function getCaptchaChallenge()
|
||||
{
|
||||
return $this->captchaChallenge;
|
||||
}
|
||||
public function setCaptchaResponse($captchaResponse)
|
||||
{
|
||||
$this->captchaResponse = $captchaResponse;
|
||||
}
|
||||
public function getCaptchaResponse()
|
||||
{
|
||||
return $this->captchaResponse;
|
||||
}
|
||||
public function setCreatedAt($createdAt)
|
||||
{
|
||||
$this->createdAt = $createdAt;
|
||||
}
|
||||
public function getCreatedAt()
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setDeleteAttribute($deleteAttribute)
|
||||
{
|
||||
$this->deleteAttribute = $deleteAttribute;
|
||||
}
|
||||
public function getDeleteAttribute()
|
||||
{
|
||||
return $this->deleteAttribute;
|
||||
}
|
||||
public function setDeleteProvider($deleteProvider)
|
||||
{
|
||||
$this->deleteProvider = $deleteProvider;
|
||||
}
|
||||
public function getDeleteProvider()
|
||||
{
|
||||
return $this->deleteProvider;
|
||||
}
|
||||
public function setDisableUser($disableUser)
|
||||
{
|
||||
$this->disableUser = $disableUser;
|
||||
}
|
||||
public function getDisableUser()
|
||||
{
|
||||
return $this->disableUser;
|
||||
}
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setEmailVerified($emailVerified)
|
||||
{
|
||||
$this->emailVerified = $emailVerified;
|
||||
}
|
||||
public function getEmailVerified()
|
||||
{
|
||||
return $this->emailVerified;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setInstanceId($instanceId)
|
||||
{
|
||||
$this->instanceId = $instanceId;
|
||||
}
|
||||
public function getInstanceId()
|
||||
{
|
||||
return $this->instanceId;
|
||||
}
|
||||
public function setLastLoginAt($lastLoginAt)
|
||||
{
|
||||
$this->lastLoginAt = $lastLoginAt;
|
||||
}
|
||||
public function getLastLoginAt()
|
||||
{
|
||||
return $this->lastLoginAt;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setOobCode($oobCode)
|
||||
{
|
||||
$this->oobCode = $oobCode;
|
||||
}
|
||||
public function getOobCode()
|
||||
{
|
||||
return $this->oobCode;
|
||||
}
|
||||
public function setPassword($password)
|
||||
{
|
||||
$this->password = $password;
|
||||
}
|
||||
public function getPassword()
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setProvider($provider)
|
||||
{
|
||||
$this->provider = $provider;
|
||||
}
|
||||
public function getProvider()
|
||||
{
|
||||
return $this->provider;
|
||||
}
|
||||
public function setReturnSecureToken($returnSecureToken)
|
||||
{
|
||||
$this->returnSecureToken = $returnSecureToken;
|
||||
}
|
||||
public function getReturnSecureToken()
|
||||
{
|
||||
return $this->returnSecureToken;
|
||||
}
|
||||
public function setUpgradeToFederatedLogin($upgradeToFederatedLogin)
|
||||
{
|
||||
$this->upgradeToFederatedLogin = $upgradeToFederatedLogin;
|
||||
}
|
||||
public function getUpgradeToFederatedLogin()
|
||||
{
|
||||
return $this->upgradeToFederatedLogin;
|
||||
}
|
||||
public function setValidSince($validSince)
|
||||
{
|
||||
$this->validSince = $validSince;
|
||||
}
|
||||
public function getValidSince()
|
||||
{
|
||||
return $this->validSince;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,126 @@
|
||||
<?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_IdentitytoolkitRelyingpartySetProjectConfigRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'idpConfig';
|
||||
public $allowPasswordUser;
|
||||
public $apiKey;
|
||||
public $authorizedDomains;
|
||||
protected $changeEmailTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $changeEmailTemplateDataType = '';
|
||||
public $delegatedProjectNumber;
|
||||
public $enableAnonymousUser;
|
||||
protected $idpConfigType = 'Google_Service_IdentityToolkit_IdpConfig';
|
||||
protected $idpConfigDataType = 'array';
|
||||
protected $legacyResetPasswordTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $legacyResetPasswordTemplateDataType = '';
|
||||
protected $resetPasswordTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $resetPasswordTemplateDataType = '';
|
||||
public $useEmailSending;
|
||||
protected $verifyEmailTemplateType = 'Google_Service_IdentityToolkit_EmailTemplate';
|
||||
protected $verifyEmailTemplateDataType = '';
|
||||
|
||||
public function setAllowPasswordUser($allowPasswordUser)
|
||||
{
|
||||
$this->allowPasswordUser = $allowPasswordUser;
|
||||
}
|
||||
public function getAllowPasswordUser()
|
||||
{
|
||||
return $this->allowPasswordUser;
|
||||
}
|
||||
public function setApiKey($apiKey)
|
||||
{
|
||||
$this->apiKey = $apiKey;
|
||||
}
|
||||
public function getApiKey()
|
||||
{
|
||||
return $this->apiKey;
|
||||
}
|
||||
public function setAuthorizedDomains($authorizedDomains)
|
||||
{
|
||||
$this->authorizedDomains = $authorizedDomains;
|
||||
}
|
||||
public function getAuthorizedDomains()
|
||||
{
|
||||
return $this->authorizedDomains;
|
||||
}
|
||||
public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate)
|
||||
{
|
||||
$this->changeEmailTemplate = $changeEmailTemplate;
|
||||
}
|
||||
public function getChangeEmailTemplate()
|
||||
{
|
||||
return $this->changeEmailTemplate;
|
||||
}
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setEnableAnonymousUser($enableAnonymousUser)
|
||||
{
|
||||
$this->enableAnonymousUser = $enableAnonymousUser;
|
||||
}
|
||||
public function getEnableAnonymousUser()
|
||||
{
|
||||
return $this->enableAnonymousUser;
|
||||
}
|
||||
public function setIdpConfig($idpConfig)
|
||||
{
|
||||
$this->idpConfig = $idpConfig;
|
||||
}
|
||||
public function getIdpConfig()
|
||||
{
|
||||
return $this->idpConfig;
|
||||
}
|
||||
public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate)
|
||||
{
|
||||
$this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate;
|
||||
}
|
||||
public function getLegacyResetPasswordTemplate()
|
||||
{
|
||||
return $this->legacyResetPasswordTemplate;
|
||||
}
|
||||
public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate)
|
||||
{
|
||||
$this->resetPasswordTemplate = $resetPasswordTemplate;
|
||||
}
|
||||
public function getResetPasswordTemplate()
|
||||
{
|
||||
return $this->resetPasswordTemplate;
|
||||
}
|
||||
public function setUseEmailSending($useEmailSending)
|
||||
{
|
||||
$this->useEmailSending = $useEmailSending;
|
||||
}
|
||||
public function getUseEmailSending()
|
||||
{
|
||||
return $this->useEmailSending;
|
||||
}
|
||||
public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate)
|
||||
{
|
||||
$this->verifyEmailTemplate = $verifyEmailTemplate;
|
||||
}
|
||||
public function getVerifyEmailTemplate()
|
||||
{
|
||||
return $this->verifyEmailTemplate;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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_IdentitytoolkitRelyingpartySetProjectConfigResponse extends Google_Model
|
||||
{
|
||||
public $projectId;
|
||||
|
||||
public function setProjectId($projectId)
|
||||
{
|
||||
$this->projectId = $projectId;
|
||||
}
|
||||
public function getProjectId()
|
||||
{
|
||||
return $this->projectId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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_IdentitytoolkitRelyingpartySignOutUserRequest extends Google_Model
|
||||
{
|
||||
public $instanceId;
|
||||
public $localId;
|
||||
|
||||
public function setInstanceId($instanceId)
|
||||
{
|
||||
$this->instanceId = $instanceId;
|
||||
}
|
||||
public function getInstanceId()
|
||||
{
|
||||
return $this->instanceId;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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_IdentitytoolkitRelyingpartySignOutUserResponse extends Google_Model
|
||||
{
|
||||
public $localId;
|
||||
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
<?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_IdentitytoolkitRelyingpartySignupNewUserRequest extends Google_Model
|
||||
{
|
||||
public $captchaChallenge;
|
||||
public $captchaResponse;
|
||||
public $disabled;
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $emailVerified;
|
||||
public $idToken;
|
||||
public $instanceId;
|
||||
public $localId;
|
||||
public $password;
|
||||
public $photoUrl;
|
||||
|
||||
public function setCaptchaChallenge($captchaChallenge)
|
||||
{
|
||||
$this->captchaChallenge = $captchaChallenge;
|
||||
}
|
||||
public function getCaptchaChallenge()
|
||||
{
|
||||
return $this->captchaChallenge;
|
||||
}
|
||||
public function setCaptchaResponse($captchaResponse)
|
||||
{
|
||||
$this->captchaResponse = $captchaResponse;
|
||||
}
|
||||
public function getCaptchaResponse()
|
||||
{
|
||||
return $this->captchaResponse;
|
||||
}
|
||||
public function setDisabled($disabled)
|
||||
{
|
||||
$this->disabled = $disabled;
|
||||
}
|
||||
public function getDisabled()
|
||||
{
|
||||
return $this->disabled;
|
||||
}
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setEmailVerified($emailVerified)
|
||||
{
|
||||
$this->emailVerified = $emailVerified;
|
||||
}
|
||||
public function getEmailVerified()
|
||||
{
|
||||
return $this->emailVerified;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setInstanceId($instanceId)
|
||||
{
|
||||
$this->instanceId = $instanceId;
|
||||
}
|
||||
public function getInstanceId()
|
||||
{
|
||||
return $this->instanceId;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setPassword($password)
|
||||
{
|
||||
$this->password = $password;
|
||||
}
|
||||
public function getPassword()
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,113 @@
|
||||
<?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_IdentitytoolkitRelyingpartyUploadAccountRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'users';
|
||||
public $allowOverwrite;
|
||||
public $delegatedProjectNumber;
|
||||
public $hashAlgorithm;
|
||||
public $memoryCost;
|
||||
public $rounds;
|
||||
public $saltSeparator;
|
||||
public $sanityCheck;
|
||||
public $signerKey;
|
||||
public $targetProjectId;
|
||||
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
|
||||
protected $usersDataType = 'array';
|
||||
|
||||
public function setAllowOverwrite($allowOverwrite)
|
||||
{
|
||||
$this->allowOverwrite = $allowOverwrite;
|
||||
}
|
||||
public function getAllowOverwrite()
|
||||
{
|
||||
return $this->allowOverwrite;
|
||||
}
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setHashAlgorithm($hashAlgorithm)
|
||||
{
|
||||
$this->hashAlgorithm = $hashAlgorithm;
|
||||
}
|
||||
public function getHashAlgorithm()
|
||||
{
|
||||
return $this->hashAlgorithm;
|
||||
}
|
||||
public function setMemoryCost($memoryCost)
|
||||
{
|
||||
$this->memoryCost = $memoryCost;
|
||||
}
|
||||
public function getMemoryCost()
|
||||
{
|
||||
return $this->memoryCost;
|
||||
}
|
||||
public function setRounds($rounds)
|
||||
{
|
||||
$this->rounds = $rounds;
|
||||
}
|
||||
public function getRounds()
|
||||
{
|
||||
return $this->rounds;
|
||||
}
|
||||
public function setSaltSeparator($saltSeparator)
|
||||
{
|
||||
$this->saltSeparator = $saltSeparator;
|
||||
}
|
||||
public function getSaltSeparator()
|
||||
{
|
||||
return $this->saltSeparator;
|
||||
}
|
||||
public function setSanityCheck($sanityCheck)
|
||||
{
|
||||
$this->sanityCheck = $sanityCheck;
|
||||
}
|
||||
public function getSanityCheck()
|
||||
{
|
||||
return $this->sanityCheck;
|
||||
}
|
||||
public function setSignerKey($signerKey)
|
||||
{
|
||||
$this->signerKey = $signerKey;
|
||||
}
|
||||
public function getSignerKey()
|
||||
{
|
||||
return $this->signerKey;
|
||||
}
|
||||
public function setTargetProjectId($targetProjectId)
|
||||
{
|
||||
$this->targetProjectId = $targetProjectId;
|
||||
}
|
||||
public function getTargetProjectId()
|
||||
{
|
||||
return $this->targetProjectId;
|
||||
}
|
||||
public function setUsers($users)
|
||||
{
|
||||
$this->users = $users;
|
||||
}
|
||||
public function getUsers()
|
||||
{
|
||||
return $this->users;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,111 @@
|
||||
<?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_IdentitytoolkitRelyingpartyVerifyAssertionRequest extends Google_Model
|
||||
{
|
||||
public $delegatedProjectNumber;
|
||||
public $idToken;
|
||||
public $instanceId;
|
||||
public $pendingIdToken;
|
||||
public $postBody;
|
||||
public $requestUri;
|
||||
public $returnIdpCredential;
|
||||
public $returnRefreshToken;
|
||||
public $returnSecureToken;
|
||||
public $sessionId;
|
||||
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setInstanceId($instanceId)
|
||||
{
|
||||
$this->instanceId = $instanceId;
|
||||
}
|
||||
public function getInstanceId()
|
||||
{
|
||||
return $this->instanceId;
|
||||
}
|
||||
public function setPendingIdToken($pendingIdToken)
|
||||
{
|
||||
$this->pendingIdToken = $pendingIdToken;
|
||||
}
|
||||
public function getPendingIdToken()
|
||||
{
|
||||
return $this->pendingIdToken;
|
||||
}
|
||||
public function setPostBody($postBody)
|
||||
{
|
||||
$this->postBody = $postBody;
|
||||
}
|
||||
public function getPostBody()
|
||||
{
|
||||
return $this->postBody;
|
||||
}
|
||||
public function setRequestUri($requestUri)
|
||||
{
|
||||
$this->requestUri = $requestUri;
|
||||
}
|
||||
public function getRequestUri()
|
||||
{
|
||||
return $this->requestUri;
|
||||
}
|
||||
public function setReturnIdpCredential($returnIdpCredential)
|
||||
{
|
||||
$this->returnIdpCredential = $returnIdpCredential;
|
||||
}
|
||||
public function getReturnIdpCredential()
|
||||
{
|
||||
return $this->returnIdpCredential;
|
||||
}
|
||||
public function setReturnRefreshToken($returnRefreshToken)
|
||||
{
|
||||
$this->returnRefreshToken = $returnRefreshToken;
|
||||
}
|
||||
public function getReturnRefreshToken()
|
||||
{
|
||||
return $this->returnRefreshToken;
|
||||
}
|
||||
public function setReturnSecureToken($returnSecureToken)
|
||||
{
|
||||
$this->returnSecureToken = $returnSecureToken;
|
||||
}
|
||||
public function getReturnSecureToken()
|
||||
{
|
||||
return $this->returnSecureToken;
|
||||
}
|
||||
public function setSessionId($sessionId)
|
||||
{
|
||||
$this->sessionId = $sessionId;
|
||||
}
|
||||
public function getSessionId()
|
||||
{
|
||||
return $this->sessionId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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_IdentitytoolkitRelyingpartyVerifyCustomTokenRequest extends Google_Model
|
||||
{
|
||||
public $delegatedProjectNumber;
|
||||
public $instanceId;
|
||||
public $returnSecureToken;
|
||||
public $token;
|
||||
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setInstanceId($instanceId)
|
||||
{
|
||||
$this->instanceId = $instanceId;
|
||||
}
|
||||
public function getInstanceId()
|
||||
{
|
||||
return $this->instanceId;
|
||||
}
|
||||
public function setReturnSecureToken($returnSecureToken)
|
||||
{
|
||||
$this->returnSecureToken = $returnSecureToken;
|
||||
}
|
||||
public function getReturnSecureToken()
|
||||
{
|
||||
return $this->returnSecureToken;
|
||||
}
|
||||
public function setToken($token)
|
||||
{
|
||||
$this->token = $token;
|
||||
}
|
||||
public function getToken()
|
||||
{
|
||||
return $this->token;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,102 @@
|
||||
<?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_IdentitytoolkitRelyingpartyVerifyPasswordRequest extends Google_Model
|
||||
{
|
||||
public $captchaChallenge;
|
||||
public $captchaResponse;
|
||||
public $delegatedProjectNumber;
|
||||
public $email;
|
||||
public $idToken;
|
||||
public $instanceId;
|
||||
public $password;
|
||||
public $pendingIdToken;
|
||||
public $returnSecureToken;
|
||||
|
||||
public function setCaptchaChallenge($captchaChallenge)
|
||||
{
|
||||
$this->captchaChallenge = $captchaChallenge;
|
||||
}
|
||||
public function getCaptchaChallenge()
|
||||
{
|
||||
return $this->captchaChallenge;
|
||||
}
|
||||
public function setCaptchaResponse($captchaResponse)
|
||||
{
|
||||
$this->captchaResponse = $captchaResponse;
|
||||
}
|
||||
public function getCaptchaResponse()
|
||||
{
|
||||
return $this->captchaResponse;
|
||||
}
|
||||
public function setDelegatedProjectNumber($delegatedProjectNumber)
|
||||
{
|
||||
$this->delegatedProjectNumber = $delegatedProjectNumber;
|
||||
}
|
||||
public function getDelegatedProjectNumber()
|
||||
{
|
||||
return $this->delegatedProjectNumber;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setInstanceId($instanceId)
|
||||
{
|
||||
$this->instanceId = $instanceId;
|
||||
}
|
||||
public function getInstanceId()
|
||||
{
|
||||
return $this->instanceId;
|
||||
}
|
||||
public function setPassword($password)
|
||||
{
|
||||
$this->password = $password;
|
||||
}
|
||||
public function getPassword()
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
public function setPendingIdToken($pendingIdToken)
|
||||
{
|
||||
$this->pendingIdToken = $pendingIdToken;
|
||||
}
|
||||
public function getPendingIdToken()
|
||||
{
|
||||
return $this->pendingIdToken;
|
||||
}
|
||||
public function setReturnSecureToken($returnSecureToken)
|
||||
{
|
||||
$this->returnSecureToken = $returnSecureToken;
|
||||
}
|
||||
public function getReturnSecureToken()
|
||||
{
|
||||
return $this->returnSecureToken;
|
||||
}
|
||||
}
|
||||
76
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdpConfig.php
vendored
Normal file
76
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdpConfig.php
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
<?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_IdpConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'whitelistedAudiences';
|
||||
public $clientId;
|
||||
public $enabled;
|
||||
public $experimentPercent;
|
||||
public $provider;
|
||||
public $secret;
|
||||
public $whitelistedAudiences;
|
||||
|
||||
public function setClientId($clientId)
|
||||
{
|
||||
$this->clientId = $clientId;
|
||||
}
|
||||
public function getClientId()
|
||||
{
|
||||
return $this->clientId;
|
||||
}
|
||||
public function setEnabled($enabled)
|
||||
{
|
||||
$this->enabled = $enabled;
|
||||
}
|
||||
public function getEnabled()
|
||||
{
|
||||
return $this->enabled;
|
||||
}
|
||||
public function setExperimentPercent($experimentPercent)
|
||||
{
|
||||
$this->experimentPercent = $experimentPercent;
|
||||
}
|
||||
public function getExperimentPercent()
|
||||
{
|
||||
return $this->experimentPercent;
|
||||
}
|
||||
public function setProvider($provider)
|
||||
{
|
||||
$this->provider = $provider;
|
||||
}
|
||||
public function getProvider()
|
||||
{
|
||||
return $this->provider;
|
||||
}
|
||||
public function setSecret($secret)
|
||||
{
|
||||
$this->secret = $secret;
|
||||
}
|
||||
public function getSecret()
|
||||
{
|
||||
return $this->secret;
|
||||
}
|
||||
public function setWhitelistedAudiences($whitelistedAudiences)
|
||||
{
|
||||
$this->whitelistedAudiences = $whitelistedAudiences;
|
||||
}
|
||||
public function getWhitelistedAudiences()
|
||||
{
|
||||
return $this->whitelistedAudiences;
|
||||
}
|
||||
}
|
||||
93
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Relyingparty.php
vendored
Normal file
93
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Relyingparty.php
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
<?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_Relyingparty extends Google_Model
|
||||
{
|
||||
public $captchaResp;
|
||||
public $challenge;
|
||||
public $email;
|
||||
public $idToken;
|
||||
public $kind;
|
||||
public $newEmail;
|
||||
public $requestType;
|
||||
public $userIp;
|
||||
|
||||
public function setCaptchaResp($captchaResp)
|
||||
{
|
||||
$this->captchaResp = $captchaResp;
|
||||
}
|
||||
public function getCaptchaResp()
|
||||
{
|
||||
return $this->captchaResp;
|
||||
}
|
||||
public function setChallenge($challenge)
|
||||
{
|
||||
$this->challenge = $challenge;
|
||||
}
|
||||
public function getChallenge()
|
||||
{
|
||||
return $this->challenge;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setNewEmail($newEmail)
|
||||
{
|
||||
$this->newEmail = $newEmail;
|
||||
}
|
||||
public function getNewEmail()
|
||||
{
|
||||
return $this->newEmail;
|
||||
}
|
||||
public function setRequestType($requestType)
|
||||
{
|
||||
$this->requestType = $requestType;
|
||||
}
|
||||
public function getRequestType()
|
||||
{
|
||||
return $this->requestType;
|
||||
}
|
||||
public function setUserIp($userIp)
|
||||
{
|
||||
$this->userIp = $userIp;
|
||||
}
|
||||
public function getUserIp()
|
||||
{
|
||||
return $this->userIp;
|
||||
}
|
||||
}
|
||||
57
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php
vendored
Normal file
57
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?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_ResetPasswordResponse extends Google_Model
|
||||
{
|
||||
public $email;
|
||||
public $kind;
|
||||
public $newEmail;
|
||||
public $requestType;
|
||||
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setNewEmail($newEmail)
|
||||
{
|
||||
$this->newEmail = $newEmail;
|
||||
}
|
||||
public function getNewEmail()
|
||||
{
|
||||
return $this->newEmail;
|
||||
}
|
||||
public function setRequestType($requestType)
|
||||
{
|
||||
$this->requestType = $requestType;
|
||||
}
|
||||
public function getRequestType()
|
||||
{
|
||||
return $this->requestType;
|
||||
}
|
||||
}
|
||||
252
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Resource/Relyingparty.php
vendored
Normal file
252
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Resource/Relyingparty.php
vendored
Normal file
@@ -0,0 +1,252 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "relyingparty" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $identitytoolkitService = new Google_Service_IdentityToolkit(...);
|
||||
* $relyingparty = $identitytoolkitService->relyingparty;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Creates the URI used by the IdP to authenticate the user.
|
||||
* (relyingparty.createAuthUri)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_CreateAuthUriResponse
|
||||
*/
|
||||
public function createAuthUri(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('createAuthUri', array($params), "Google_Service_IdentityToolkit_CreateAuthUriResponse");
|
||||
}
|
||||
/**
|
||||
* Delete user account. (relyingparty.deleteAccount)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_DeleteAccountResponse
|
||||
*/
|
||||
public function deleteAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('deleteAccount', array($params), "Google_Service_IdentityToolkit_DeleteAccountResponse");
|
||||
}
|
||||
/**
|
||||
* Batch download user accounts. (relyingparty.downloadAccount)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_DownloadAccountResponse
|
||||
*/
|
||||
public function downloadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('downloadAccount', array($params), "Google_Service_IdentityToolkit_DownloadAccountResponse");
|
||||
}
|
||||
/**
|
||||
* Returns the account info. (relyingparty.getAccountInfo)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_GetAccountInfoResponse
|
||||
*/
|
||||
public function getAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('getAccountInfo', array($params), "Google_Service_IdentityToolkit_GetAccountInfoResponse");
|
||||
}
|
||||
/**
|
||||
* Get a code for user action confirmation.
|
||||
* (relyingparty.getOobConfirmationCode)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_Relyingparty $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse
|
||||
*/
|
||||
public function getOobConfirmationCode(Google_Service_IdentityToolkit_Relyingparty $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('getOobConfirmationCode', array($params), "Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse");
|
||||
}
|
||||
/**
|
||||
* Get project configuration. (relyingparty.getProjectConfig)
|
||||
*
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string delegatedProjectNumber Delegated GCP project number of the
|
||||
* request.
|
||||
* @opt_param string projectNumber GCP project number of the request.
|
||||
* @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfigResponse
|
||||
*/
|
||||
public function getProjectConfig($optParams = array())
|
||||
{
|
||||
$params = array();
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('getProjectConfig', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfigResponse");
|
||||
}
|
||||
/**
|
||||
* Get token signing public key. (relyingparty.getPublicKeys)
|
||||
*
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse
|
||||
*/
|
||||
public function getPublicKeys($optParams = array())
|
||||
{
|
||||
$params = array();
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('getPublicKeys', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse");
|
||||
}
|
||||
/**
|
||||
* Get recaptcha secure param. (relyingparty.getRecaptchaParam)
|
||||
*
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_GetRecaptchaParamResponse
|
||||
*/
|
||||
public function getRecaptchaParam($optParams = array())
|
||||
{
|
||||
$params = array();
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('getRecaptchaParam', array($params), "Google_Service_IdentityToolkit_GetRecaptchaParamResponse");
|
||||
}
|
||||
/**
|
||||
* Reset password for a user. (relyingparty.resetPassword)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_ResetPasswordResponse
|
||||
*/
|
||||
public function resetPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('resetPassword', array($params), "Google_Service_IdentityToolkit_ResetPasswordResponse");
|
||||
}
|
||||
/**
|
||||
* Set account info for a user. (relyingparty.setAccountInfo)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_SetAccountInfoResponse
|
||||
*/
|
||||
public function setAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('setAccountInfo', array($params), "Google_Service_IdentityToolkit_SetAccountInfoResponse");
|
||||
}
|
||||
/**
|
||||
* Set project configuration. (relyingparty.setProjectConfig)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigResponse
|
||||
*/
|
||||
public function setProjectConfig(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('setProjectConfig', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigResponse");
|
||||
}
|
||||
/**
|
||||
* Sign out user. (relyingparty.signOutUser)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserResponse
|
||||
*/
|
||||
public function signOutUser(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('signOutUser', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserResponse");
|
||||
}
|
||||
/**
|
||||
* Signup new user. (relyingparty.signupNewUser)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_SignupNewUserResponse
|
||||
*/
|
||||
public function signupNewUser(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('signupNewUser', array($params), "Google_Service_IdentityToolkit_SignupNewUserResponse");
|
||||
}
|
||||
/**
|
||||
* Batch upload existing user accounts. (relyingparty.uploadAccount)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_UploadAccountResponse
|
||||
*/
|
||||
public function uploadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('uploadAccount', array($params), "Google_Service_IdentityToolkit_UploadAccountResponse");
|
||||
}
|
||||
/**
|
||||
* Verifies the assertion returned by the IdP. (relyingparty.verifyAssertion)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_VerifyAssertionResponse
|
||||
*/
|
||||
public function verifyAssertion(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('verifyAssertion', array($params), "Google_Service_IdentityToolkit_VerifyAssertionResponse");
|
||||
}
|
||||
/**
|
||||
* Verifies the developer asserted ID token. (relyingparty.verifyCustomToken)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyCustomTokenRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_VerifyCustomTokenResponse
|
||||
*/
|
||||
public function verifyCustomToken(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyCustomTokenRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('verifyCustomToken', array($params), "Google_Service_IdentityToolkit_VerifyCustomTokenResponse");
|
||||
}
|
||||
/**
|
||||
* Verifies the user entered password. (relyingparty.verifyPassword)
|
||||
*
|
||||
* @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_IdentityToolkit_VerifyPasswordResponse
|
||||
*/
|
||||
public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('verifyPassword', array($params), "Google_Service_IdentityToolkit_VerifyPasswordResponse");
|
||||
}
|
||||
}
|
||||
131
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.php
vendored
Normal file
131
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.php
vendored
Normal file
@@ -0,0 +1,131 @@
|
||||
<?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_SetAccountInfoResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'providerUserInfo';
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $emailVerified;
|
||||
public $expiresIn;
|
||||
public $idToken;
|
||||
public $kind;
|
||||
public $localId;
|
||||
public $newEmail;
|
||||
public $passwordHash;
|
||||
public $photoUrl;
|
||||
protected $providerUserInfoType = 'Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo';
|
||||
protected $providerUserInfoDataType = 'array';
|
||||
public $refreshToken;
|
||||
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setEmailVerified($emailVerified)
|
||||
{
|
||||
$this->emailVerified = $emailVerified;
|
||||
}
|
||||
public function getEmailVerified()
|
||||
{
|
||||
return $this->emailVerified;
|
||||
}
|
||||
public function setExpiresIn($expiresIn)
|
||||
{
|
||||
$this->expiresIn = $expiresIn;
|
||||
}
|
||||
public function getExpiresIn()
|
||||
{
|
||||
return $this->expiresIn;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setNewEmail($newEmail)
|
||||
{
|
||||
$this->newEmail = $newEmail;
|
||||
}
|
||||
public function getNewEmail()
|
||||
{
|
||||
return $this->newEmail;
|
||||
}
|
||||
public function setPasswordHash($passwordHash)
|
||||
{
|
||||
$this->passwordHash = $passwordHash;
|
||||
}
|
||||
public function getPasswordHash()
|
||||
{
|
||||
return $this->passwordHash;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setProviderUserInfo($providerUserInfo)
|
||||
{
|
||||
$this->providerUserInfo = $providerUserInfo;
|
||||
}
|
||||
public function getProviderUserInfo()
|
||||
{
|
||||
return $this->providerUserInfo;
|
||||
}
|
||||
public function setRefreshToken($refreshToken)
|
||||
{
|
||||
$this->refreshToken = $refreshToken;
|
||||
}
|
||||
public function getRefreshToken()
|
||||
{
|
||||
return $this->refreshToken;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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_SetAccountInfoResponseProviderUserInfo extends Google_Model
|
||||
{
|
||||
public $displayName;
|
||||
public $federatedId;
|
||||
public $photoUrl;
|
||||
public $providerId;
|
||||
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setFederatedId($federatedId)
|
||||
{
|
||||
$this->federatedId = $federatedId;
|
||||
}
|
||||
public function getFederatedId()
|
||||
{
|
||||
return $this->federatedId;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setProviderId($providerId)
|
||||
{
|
||||
$this->providerId = $providerId;
|
||||
}
|
||||
public function getProviderId()
|
||||
{
|
||||
return $this->providerId;
|
||||
}
|
||||
}
|
||||
84
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SignupNewUserResponse.php
vendored
Normal file
84
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SignupNewUserResponse.php
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
<?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_SignupNewUserResponse extends Google_Model
|
||||
{
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $expiresIn;
|
||||
public $idToken;
|
||||
public $kind;
|
||||
public $localId;
|
||||
public $refreshToken;
|
||||
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setExpiresIn($expiresIn)
|
||||
{
|
||||
$this->expiresIn = $expiresIn;
|
||||
}
|
||||
public function getExpiresIn()
|
||||
{
|
||||
return $this->expiresIn;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setRefreshToken($refreshToken)
|
||||
{
|
||||
$this->refreshToken = $refreshToken;
|
||||
}
|
||||
public function getRefreshToken()
|
||||
{
|
||||
return $this->refreshToken;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponse.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponse.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?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_UploadAccountResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'error';
|
||||
protected $errorType = 'Google_Service_IdentityToolkit_UploadAccountResponseError';
|
||||
protected $errorDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
public function setError($error)
|
||||
{
|
||||
$this->error = $error;
|
||||
}
|
||||
public function getError()
|
||||
{
|
||||
return $this->error;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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_UploadAccountResponseError extends Google_Model
|
||||
{
|
||||
public $index;
|
||||
public $message;
|
||||
|
||||
public function setIndex($index)
|
||||
{
|
||||
$this->index = $index;
|
||||
}
|
||||
public function getIndex()
|
||||
{
|
||||
return $this->index;
|
||||
}
|
||||
public function setMessage($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
public function getMessage()
|
||||
{
|
||||
return $this->message;
|
||||
}
|
||||
}
|
||||
176
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfo.php
vendored
Normal file
176
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfo.php
vendored
Normal file
@@ -0,0 +1,176 @@
|
||||
<?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_UserInfo extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'providerUserInfo';
|
||||
public $createdAt;
|
||||
public $customAuth;
|
||||
public $disabled;
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $emailVerified;
|
||||
public $lastLoginAt;
|
||||
public $localId;
|
||||
public $passwordHash;
|
||||
public $passwordUpdatedAt;
|
||||
public $photoUrl;
|
||||
protected $providerUserInfoType = 'Google_Service_IdentityToolkit_UserInfoProviderUserInfo';
|
||||
protected $providerUserInfoDataType = 'array';
|
||||
public $rawPassword;
|
||||
public $salt;
|
||||
public $screenName;
|
||||
public $validSince;
|
||||
public $version;
|
||||
|
||||
public function setCreatedAt($createdAt)
|
||||
{
|
||||
$this->createdAt = $createdAt;
|
||||
}
|
||||
public function getCreatedAt()
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
public function setCustomAuth($customAuth)
|
||||
{
|
||||
$this->customAuth = $customAuth;
|
||||
}
|
||||
public function getCustomAuth()
|
||||
{
|
||||
return $this->customAuth;
|
||||
}
|
||||
public function setDisabled($disabled)
|
||||
{
|
||||
$this->disabled = $disabled;
|
||||
}
|
||||
public function getDisabled()
|
||||
{
|
||||
return $this->disabled;
|
||||
}
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setEmailVerified($emailVerified)
|
||||
{
|
||||
$this->emailVerified = $emailVerified;
|
||||
}
|
||||
public function getEmailVerified()
|
||||
{
|
||||
return $this->emailVerified;
|
||||
}
|
||||
public function setLastLoginAt($lastLoginAt)
|
||||
{
|
||||
$this->lastLoginAt = $lastLoginAt;
|
||||
}
|
||||
public function getLastLoginAt()
|
||||
{
|
||||
return $this->lastLoginAt;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setPasswordHash($passwordHash)
|
||||
{
|
||||
$this->passwordHash = $passwordHash;
|
||||
}
|
||||
public function getPasswordHash()
|
||||
{
|
||||
return $this->passwordHash;
|
||||
}
|
||||
public function setPasswordUpdatedAt($passwordUpdatedAt)
|
||||
{
|
||||
$this->passwordUpdatedAt = $passwordUpdatedAt;
|
||||
}
|
||||
public function getPasswordUpdatedAt()
|
||||
{
|
||||
return $this->passwordUpdatedAt;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setProviderUserInfo($providerUserInfo)
|
||||
{
|
||||
$this->providerUserInfo = $providerUserInfo;
|
||||
}
|
||||
public function getProviderUserInfo()
|
||||
{
|
||||
return $this->providerUserInfo;
|
||||
}
|
||||
public function setRawPassword($rawPassword)
|
||||
{
|
||||
$this->rawPassword = $rawPassword;
|
||||
}
|
||||
public function getRawPassword()
|
||||
{
|
||||
return $this->rawPassword;
|
||||
}
|
||||
public function setSalt($salt)
|
||||
{
|
||||
$this->salt = $salt;
|
||||
}
|
||||
public function getSalt()
|
||||
{
|
||||
return $this->salt;
|
||||
}
|
||||
public function setScreenName($screenName)
|
||||
{
|
||||
$this->screenName = $screenName;
|
||||
}
|
||||
public function getScreenName()
|
||||
{
|
||||
return $this->screenName;
|
||||
}
|
||||
public function setValidSince($validSince)
|
||||
{
|
||||
$this->validSince = $validSince;
|
||||
}
|
||||
public function getValidSince()
|
||||
{
|
||||
return $this->validSince;
|
||||
}
|
||||
public function setVersion($version)
|
||||
{
|
||||
$this->version = $version;
|
||||
}
|
||||
public function getVersion()
|
||||
{
|
||||
return $this->version;
|
||||
}
|
||||
}
|
||||
84
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php
vendored
Normal file
84
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
<?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_UserInfoProviderUserInfo extends Google_Model
|
||||
{
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $federatedId;
|
||||
public $photoUrl;
|
||||
public $providerId;
|
||||
public $rawId;
|
||||
public $screenName;
|
||||
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setFederatedId($federatedId)
|
||||
{
|
||||
$this->federatedId = $federatedId;
|
||||
}
|
||||
public function getFederatedId()
|
||||
{
|
||||
return $this->federatedId;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setProviderId($providerId)
|
||||
{
|
||||
$this->providerId = $providerId;
|
||||
}
|
||||
public function getProviderId()
|
||||
{
|
||||
return $this->providerId;
|
||||
}
|
||||
public function setRawId($rawId)
|
||||
{
|
||||
$this->rawId = $rawId;
|
||||
}
|
||||
public function getRawId()
|
||||
{
|
||||
return $this->rawId;
|
||||
}
|
||||
public function setScreenName($screenName)
|
||||
{
|
||||
$this->screenName = $screenName;
|
||||
}
|
||||
public function getScreenName()
|
||||
{
|
||||
return $this->screenName;
|
||||
}
|
||||
}
|
||||
373
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php
vendored
Normal file
373
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php
vendored
Normal file
@@ -0,0 +1,373 @@
|
||||
<?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_VerifyAssertionResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'verifiedProvider';
|
||||
public $action;
|
||||
public $appInstallationUrl;
|
||||
public $appScheme;
|
||||
public $context;
|
||||
public $dateOfBirth;
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $emailRecycled;
|
||||
public $emailVerified;
|
||||
public $errorMessage;
|
||||
public $expiresIn;
|
||||
public $federatedId;
|
||||
public $firstName;
|
||||
public $fullName;
|
||||
public $idToken;
|
||||
public $inputEmail;
|
||||
public $isNewUser;
|
||||
public $kind;
|
||||
public $language;
|
||||
public $lastName;
|
||||
public $localId;
|
||||
public $needConfirmation;
|
||||
public $needEmail;
|
||||
public $nickName;
|
||||
public $oauthAccessToken;
|
||||
public $oauthAuthorizationCode;
|
||||
public $oauthExpireIn;
|
||||
public $oauthIdToken;
|
||||
public $oauthRequestToken;
|
||||
public $oauthScope;
|
||||
public $oauthTokenSecret;
|
||||
public $originalEmail;
|
||||
public $photoUrl;
|
||||
public $providerId;
|
||||
public $rawUserInfo;
|
||||
public $refreshToken;
|
||||
public $screenName;
|
||||
public $timeZone;
|
||||
public $verifiedProvider;
|
||||
|
||||
public function setAction($action)
|
||||
{
|
||||
$this->action = $action;
|
||||
}
|
||||
public function getAction()
|
||||
{
|
||||
return $this->action;
|
||||
}
|
||||
public function setAppInstallationUrl($appInstallationUrl)
|
||||
{
|
||||
$this->appInstallationUrl = $appInstallationUrl;
|
||||
}
|
||||
public function getAppInstallationUrl()
|
||||
{
|
||||
return $this->appInstallationUrl;
|
||||
}
|
||||
public function setAppScheme($appScheme)
|
||||
{
|
||||
$this->appScheme = $appScheme;
|
||||
}
|
||||
public function getAppScheme()
|
||||
{
|
||||
return $this->appScheme;
|
||||
}
|
||||
public function setContext($context)
|
||||
{
|
||||
$this->context = $context;
|
||||
}
|
||||
public function getContext()
|
||||
{
|
||||
return $this->context;
|
||||
}
|
||||
public function setDateOfBirth($dateOfBirth)
|
||||
{
|
||||
$this->dateOfBirth = $dateOfBirth;
|
||||
}
|
||||
public function getDateOfBirth()
|
||||
{
|
||||
return $this->dateOfBirth;
|
||||
}
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setEmailRecycled($emailRecycled)
|
||||
{
|
||||
$this->emailRecycled = $emailRecycled;
|
||||
}
|
||||
public function getEmailRecycled()
|
||||
{
|
||||
return $this->emailRecycled;
|
||||
}
|
||||
public function setEmailVerified($emailVerified)
|
||||
{
|
||||
$this->emailVerified = $emailVerified;
|
||||
}
|
||||
public function getEmailVerified()
|
||||
{
|
||||
return $this->emailVerified;
|
||||
}
|
||||
public function setErrorMessage($errorMessage)
|
||||
{
|
||||
$this->errorMessage = $errorMessage;
|
||||
}
|
||||
public function getErrorMessage()
|
||||
{
|
||||
return $this->errorMessage;
|
||||
}
|
||||
public function setExpiresIn($expiresIn)
|
||||
{
|
||||
$this->expiresIn = $expiresIn;
|
||||
}
|
||||
public function getExpiresIn()
|
||||
{
|
||||
return $this->expiresIn;
|
||||
}
|
||||
public function setFederatedId($federatedId)
|
||||
{
|
||||
$this->federatedId = $federatedId;
|
||||
}
|
||||
public function getFederatedId()
|
||||
{
|
||||
return $this->federatedId;
|
||||
}
|
||||
public function setFirstName($firstName)
|
||||
{
|
||||
$this->firstName = $firstName;
|
||||
}
|
||||
public function getFirstName()
|
||||
{
|
||||
return $this->firstName;
|
||||
}
|
||||
public function setFullName($fullName)
|
||||
{
|
||||
$this->fullName = $fullName;
|
||||
}
|
||||
public function getFullName()
|
||||
{
|
||||
return $this->fullName;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setInputEmail($inputEmail)
|
||||
{
|
||||
$this->inputEmail = $inputEmail;
|
||||
}
|
||||
public function getInputEmail()
|
||||
{
|
||||
return $this->inputEmail;
|
||||
}
|
||||
public function setIsNewUser($isNewUser)
|
||||
{
|
||||
$this->isNewUser = $isNewUser;
|
||||
}
|
||||
public function getIsNewUser()
|
||||
{
|
||||
return $this->isNewUser;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setLanguage($language)
|
||||
{
|
||||
$this->language = $language;
|
||||
}
|
||||
public function getLanguage()
|
||||
{
|
||||
return $this->language;
|
||||
}
|
||||
public function setLastName($lastName)
|
||||
{
|
||||
$this->lastName = $lastName;
|
||||
}
|
||||
public function getLastName()
|
||||
{
|
||||
return $this->lastName;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setNeedConfirmation($needConfirmation)
|
||||
{
|
||||
$this->needConfirmation = $needConfirmation;
|
||||
}
|
||||
public function getNeedConfirmation()
|
||||
{
|
||||
return $this->needConfirmation;
|
||||
}
|
||||
public function setNeedEmail($needEmail)
|
||||
{
|
||||
$this->needEmail = $needEmail;
|
||||
}
|
||||
public function getNeedEmail()
|
||||
{
|
||||
return $this->needEmail;
|
||||
}
|
||||
public function setNickName($nickName)
|
||||
{
|
||||
$this->nickName = $nickName;
|
||||
}
|
||||
public function getNickName()
|
||||
{
|
||||
return $this->nickName;
|
||||
}
|
||||
public function setOauthAccessToken($oauthAccessToken)
|
||||
{
|
||||
$this->oauthAccessToken = $oauthAccessToken;
|
||||
}
|
||||
public function getOauthAccessToken()
|
||||
{
|
||||
return $this->oauthAccessToken;
|
||||
}
|
||||
public function setOauthAuthorizationCode($oauthAuthorizationCode)
|
||||
{
|
||||
$this->oauthAuthorizationCode = $oauthAuthorizationCode;
|
||||
}
|
||||
public function getOauthAuthorizationCode()
|
||||
{
|
||||
return $this->oauthAuthorizationCode;
|
||||
}
|
||||
public function setOauthExpireIn($oauthExpireIn)
|
||||
{
|
||||
$this->oauthExpireIn = $oauthExpireIn;
|
||||
}
|
||||
public function getOauthExpireIn()
|
||||
{
|
||||
return $this->oauthExpireIn;
|
||||
}
|
||||
public function setOauthIdToken($oauthIdToken)
|
||||
{
|
||||
$this->oauthIdToken = $oauthIdToken;
|
||||
}
|
||||
public function getOauthIdToken()
|
||||
{
|
||||
return $this->oauthIdToken;
|
||||
}
|
||||
public function setOauthRequestToken($oauthRequestToken)
|
||||
{
|
||||
$this->oauthRequestToken = $oauthRequestToken;
|
||||
}
|
||||
public function getOauthRequestToken()
|
||||
{
|
||||
return $this->oauthRequestToken;
|
||||
}
|
||||
public function setOauthScope($oauthScope)
|
||||
{
|
||||
$this->oauthScope = $oauthScope;
|
||||
}
|
||||
public function getOauthScope()
|
||||
{
|
||||
return $this->oauthScope;
|
||||
}
|
||||
public function setOauthTokenSecret($oauthTokenSecret)
|
||||
{
|
||||
$this->oauthTokenSecret = $oauthTokenSecret;
|
||||
}
|
||||
public function getOauthTokenSecret()
|
||||
{
|
||||
return $this->oauthTokenSecret;
|
||||
}
|
||||
public function setOriginalEmail($originalEmail)
|
||||
{
|
||||
$this->originalEmail = $originalEmail;
|
||||
}
|
||||
public function getOriginalEmail()
|
||||
{
|
||||
return $this->originalEmail;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setProviderId($providerId)
|
||||
{
|
||||
$this->providerId = $providerId;
|
||||
}
|
||||
public function getProviderId()
|
||||
{
|
||||
return $this->providerId;
|
||||
}
|
||||
public function setRawUserInfo($rawUserInfo)
|
||||
{
|
||||
$this->rawUserInfo = $rawUserInfo;
|
||||
}
|
||||
public function getRawUserInfo()
|
||||
{
|
||||
return $this->rawUserInfo;
|
||||
}
|
||||
public function setRefreshToken($refreshToken)
|
||||
{
|
||||
$this->refreshToken = $refreshToken;
|
||||
}
|
||||
public function getRefreshToken()
|
||||
{
|
||||
return $this->refreshToken;
|
||||
}
|
||||
public function setScreenName($screenName)
|
||||
{
|
||||
$this->screenName = $screenName;
|
||||
}
|
||||
public function getScreenName()
|
||||
{
|
||||
return $this->screenName;
|
||||
}
|
||||
public function setTimeZone($timeZone)
|
||||
{
|
||||
$this->timeZone = $timeZone;
|
||||
}
|
||||
public function getTimeZone()
|
||||
{
|
||||
return $this->timeZone;
|
||||
}
|
||||
public function setVerifiedProvider($verifiedProvider)
|
||||
{
|
||||
$this->verifiedProvider = $verifiedProvider;
|
||||
}
|
||||
public function getVerifiedProvider()
|
||||
{
|
||||
return $this->verifiedProvider;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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_VerifyCustomTokenResponse extends Google_Model
|
||||
{
|
||||
public $expiresIn;
|
||||
public $idToken;
|
||||
public $kind;
|
||||
public $refreshToken;
|
||||
|
||||
public function setExpiresIn($expiresIn)
|
||||
{
|
||||
$this->expiresIn = $expiresIn;
|
||||
}
|
||||
public function getExpiresIn()
|
||||
{
|
||||
return $this->expiresIn;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setRefreshToken($refreshToken)
|
||||
{
|
||||
$this->refreshToken = $refreshToken;
|
||||
}
|
||||
public function getRefreshToken()
|
||||
{
|
||||
return $this->refreshToken;
|
||||
}
|
||||
}
|
||||
129
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php
vendored
Normal file
129
vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php
vendored
Normal file
@@ -0,0 +1,129 @@
|
||||
<?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_VerifyPasswordResponse extends Google_Model
|
||||
{
|
||||
public $displayName;
|
||||
public $email;
|
||||
public $expiresIn;
|
||||
public $idToken;
|
||||
public $kind;
|
||||
public $localId;
|
||||
public $oauthAccessToken;
|
||||
public $oauthAuthorizationCode;
|
||||
public $oauthExpireIn;
|
||||
public $photoUrl;
|
||||
public $refreshToken;
|
||||
public $registered;
|
||||
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setExpiresIn($expiresIn)
|
||||
{
|
||||
$this->expiresIn = $expiresIn;
|
||||
}
|
||||
public function getExpiresIn()
|
||||
{
|
||||
return $this->expiresIn;
|
||||
}
|
||||
public function setIdToken($idToken)
|
||||
{
|
||||
$this->idToken = $idToken;
|
||||
}
|
||||
public function getIdToken()
|
||||
{
|
||||
return $this->idToken;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setLocalId($localId)
|
||||
{
|
||||
$this->localId = $localId;
|
||||
}
|
||||
public function getLocalId()
|
||||
{
|
||||
return $this->localId;
|
||||
}
|
||||
public function setOauthAccessToken($oauthAccessToken)
|
||||
{
|
||||
$this->oauthAccessToken = $oauthAccessToken;
|
||||
}
|
||||
public function getOauthAccessToken()
|
||||
{
|
||||
return $this->oauthAccessToken;
|
||||
}
|
||||
public function setOauthAuthorizationCode($oauthAuthorizationCode)
|
||||
{
|
||||
$this->oauthAuthorizationCode = $oauthAuthorizationCode;
|
||||
}
|
||||
public function getOauthAuthorizationCode()
|
||||
{
|
||||
return $this->oauthAuthorizationCode;
|
||||
}
|
||||
public function setOauthExpireIn($oauthExpireIn)
|
||||
{
|
||||
$this->oauthExpireIn = $oauthExpireIn;
|
||||
}
|
||||
public function getOauthExpireIn()
|
||||
{
|
||||
return $this->oauthExpireIn;
|
||||
}
|
||||
public function setPhotoUrl($photoUrl)
|
||||
{
|
||||
$this->photoUrl = $photoUrl;
|
||||
}
|
||||
public function getPhotoUrl()
|
||||
{
|
||||
return $this->photoUrl;
|
||||
}
|
||||
public function setRefreshToken($refreshToken)
|
||||
{
|
||||
$this->refreshToken = $refreshToken;
|
||||
}
|
||||
public function getRefreshToken()
|
||||
{
|
||||
return $this->refreshToken;
|
||||
}
|
||||
public function setRegistered($registered)
|
||||
{
|
||||
$this->registered = $registered;
|
||||
}
|
||||
public function getRegistered()
|
||||
{
|
||||
return $this->registered;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user