Home
last modified time | relevance | path

Searched refs:getAppId (Results 1 – 24 of 24) sorted by path

/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php154 public function getAppId() function in Facebook\\Authentication\\AccessTokenMetadata
328 if ($this->getAppId() !== $appId) {
/plugin/authfacebook/lib/GraphNodes/
H A DGraphSessionInfo.php38 public function getAppId() function in Facebook\\GraphNodes\\GraphSessionInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DAdUnit.php100 public function getAppId() function in Google\\Service\\AdMob\\AdUnit
H A DApp.php49 public function getAppId() function in Google\\Service\\AdMob\\App
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1App.php94 public function getAppId() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1App
H A DGoogleCloudApigeeV1DeveloperApp.php110 public function getAppId() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1AppDetails.php117 public function getAppId() function in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1AppDetails
H A DGoogleChromeManagementV1ChromeAppRequest.php75 public function getAppId() function in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1ChromeAppRequest
H A DGoogleChromeManagementV1InstalledApp.php78 public function getAppId() function in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1InstalledApp
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DGitHubEnterpriseConfig.php67 public function getAppId() function in Google\\Service\\CloudBuild\\GitHubEnterpriseConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAppAssignedTargetingOptionDetails.php49 public function getAppId() function in Google\\Service\\DisplayVideo\\AppAssignedTargetingOptionDetails
H A DFirstAndThirdPartyAudience.php115 public function getAppId() function in Google\\Service\\DisplayVideo\\FirstAndThirdPartyAudience
H A DMobileApp.php49 public function getAppId() function in Google\\Service\\DisplayVideo\\MobileApp
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php59 public function getAppId() function in Google\\Service\\Fcmdata\\GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DAndroidApp.php71 public function getAppId() function in Google\\Service\\FirebaseManagement\\AndroidApp
H A DFirebaseAppInfo.php53 public function getAppId() function in Google\\Service\\FirebaseManagement\\FirebaseAppInfo
H A DIosApp.php79 public function getAppId() function in Google\\Service\\FirebaseManagement\\IosApp
H A DWebApp.php76 public function getAppId() function in Google\\Service\\FirebaseManagement\\WebApp
H A DWebAppConfig.php83 public function getAppId() function in Google\\Service\\FirebaseManagement\\WebAppConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php97 public function getAppId() function in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php173 public function getAppId() function in Google\\Service\\Logging\\RequestLog
/plugin/facebookalbum/
H A Dfacebook.php215 public function getAppId() { function in Facebook
400 return $this->getAppId() .'|'. $this->getApiSecret();
424 'api_key' => $this->getAppId(),
472 'api_key' => $this->getAppId(),
505 $params['api_key'] = $this->getAppId();
642 return 'fbs_' . $this->getAppId();
/plugin/fblogin/lib/
H A Dbase_facebook.php256 public function getAppId() { function in BaseFacebook
358 'client_id' => $this->getAppId(),
588 'client_id' => $this->getAppId(),
630 'api_key' => $this->getAppId(),
663 return 'fbsr_'.$this->getAppId();
674 return 'fbm_'.$this->getAppId();
773 $params = array('client_id' => $this->getAppId(),
806 $params['api_key'] = $this->getAppId();
H A Dfacebook.php150 return self::FBSS_COOKIE_NAME . '_' . $this->getAppId();
154 $parts = array('fb', $this->getAppId(), $key);