Home
last modified time | relevance | path

Searched refs:appId (Results 1 – 25 of 29) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DMobileApp.php25 public $appId; variable in Google\\Service\\DisplayVideo\\MobileApp
42 public function setAppId($appId) argument
44 $this->appId = $appId;
51 return $this->appId;
H A DAppAssignedTargetingOptionDetails.php25 public $appId; variable in Google\\Service\\DisplayVideo\\AppAssignedTargetingOptionDetails
42 public function setAppId($appId) argument
44 $this->appId = $appId;
51 return $this->appId;
H A DFirstAndThirdPartyAudience.php29 public $appId; variable in Google\\Service\\DisplayVideo\\FirstAndThirdPartyAudience
108 public function setAppId($appId) argument
110 $this->appId = $appId;
117 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DFirebaseAppInfo.php25 public $appId; variable in Google\\Service\\FirebaseManagement\\FirebaseAppInfo
46 public function setAppId($appId) argument
48 $this->appId = $appId;
55 return $this->appId;
H A DAndroidApp.php29 public $appId; variable in Google\\Service\\FirebaseManagement\\AndroidApp
64 public function setAppId($appId) argument
66 $this->appId = $appId;
73 return $this->appId;
H A DWebApp.php30 public $appId; variable in Google\\Service\\FirebaseManagement\\WebApp
69 public function setAppId($appId) argument
71 $this->appId = $appId;
78 return $this->appId;
H A DIosApp.php29 public $appId; variable in Google\\Service\\FirebaseManagement\\IosApp
72 public function setAppId($appId) argument
74 $this->appId = $appId;
81 return $this->appId;
H A DWebAppConfig.php29 public $appId; variable in Google\\Service\\FirebaseManagement\\WebAppConfig
76 public function setAppId($appId) argument
78 $this->appId = $appId;
85 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php29 public $appId; variable in Google\\Service\\Fcmdata\\GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
52 public function setAppId($appId) argument
54 $this->appId = $appId;
61 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DAdUnit.php38 public $appId; variable in Google\\Service\\AdMob\\AdUnit
93 public function setAppId($appId) argument
95 $this->appId = $appId;
102 return $this->appId;
H A DApp.php25 public $appId; variable in Google\\Service\\AdMob\\App
42 public function setAppId($appId) argument
44 $this->appId = $appId;
51 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1ChromeAppRequest.php29 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1ChromeAppRequest
68 public function setAppId($appId) argument
70 $this->appId = $appId;
77 return $this->appId;
H A DGoogleChromeManagementV1InstalledApp.php26 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1InstalledApp
71 public function setAppId($appId) argument
73 $this->appId = $appId;
80 return $this->appId;
H A DGoogleChromeManagementV1AppDetails.php27 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1AppDetails
110 public function setAppId($appId) argument
112 $this->appId = $appId;
119 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DGitHubEnterpriseConfig.php25 public $appId; variable in Google\\Service\\CloudBuild\\GitHubEnterpriseConfig
60 public function setAppId($appId) argument
62 $this->appId = $appId;
69 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperApp.php34 public $appId; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp
103 public function setAppId($appId) argument
105 $this->appId = $appId;
112 return $this->appId;
H A DGoogleCloudApigeeV1App.php28 public $appId; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1App
87 public function setAppId($appId) argument
89 $this->appId = $appId;
96 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php25 public $appId; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
90 public function setAppId($appId) argument
92 $this->appId = $appId;
99 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php30 public $appId; variable in Google\\Service\\Logging\\RequestLog
166 public function setAppId($appId) argument
168 $this->appId = $appId;
175 return $this->appId;
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php322 * @param string $appId
326 public function validateAppId($appId) argument
328 if ($this->getAppId() !== $appId) {
/plugin/facebookalbum/
H A Dfacebook.php137 protected $appId; variable in Facebook
203 * @param String $appId the Application ID
205 public function setAppId($appId) { argument
206 $this->appId = $appId;
216 return $this->appId;
222 * @param String $appId the API Secret
/plugin/socialcards/
H A Daction.php232 $appId = $this->getConf('fbAppId');
233 if(!empty($appId)) {
236 'content' => $appId,
/plugin/authfacebook/
H A Dauth.php84 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
86 'app_id' => $appId,
215 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
217 'app_id' => $appId,
/plugin/fblogin/lib/
H A Dbase_facebook.php167 protected $appId; variable in BaseFacebook
243 * @param string $appId The Application ID
246 public function setAppId($appId) { argument
247 $this->appId = $appId;
257 return $this->appId;
731 return $this->appId.'|'.$this->appSecret;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...

12