Home
last modified time | relevance | path

Searched refs:callbackUrl (Results 1 – 8 of 8) sorted by last modified time

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Consumer/
H A DCredentials.php23 protected $callbackUrl; variable in OAuth\\Common\\Consumer\\Credentials
28 * @param string $callbackUrl
30 public function __construct($consumerId, $consumerSecret, $callbackUrl) argument
34 $this->callbackUrl = $callbackUrl;
42 return $this->callbackUrl;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Consumer/
H A DCredentials.php23 protected $callbackUrl; variable in OAuth\\Common\\Consumer\\Credentials
28 * @param string $callbackUrl
30 public function __construct($consumerId, $consumerSecret, $callbackUrl) argument
34 $this->callbackUrl = $callbackUrl;
42 return $this->callbackUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidEnterprise.php255 'callbackUrl' => [
H A DAdSenseHost.php410 'callbackUrl' => [
H A DAndroidManagement.php515 'callbackUrl' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperApp.php40 public $callbackUrl; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp
131 public function setCallbackUrl($callbackUrl) argument
133 $this->callbackUrl = $callbackUrl;
140 return $this->callbackUrl;
H A DGoogleCloudApigeeV1App.php34 public $callbackUrl; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1App
115 public function setCallbackUrl($callbackUrl) argument
117 $this->callbackUrl = $callbackUrl;
124 return $this->callbackUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php865 public $callbackUrl; variable in Google_Subscription
876 public function setCallbackUrl( $callbackUrl) { argument
877 $this->callbackUrl = $callbackUrl;
880 return $this->callbackUrl;