Home
last modified time | relevance | path

Searched refs:redirectUrl (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAssociationSession.php42 public $redirectUrl; variable in Google\\Service\\AdSenseHost\\AssociationSession
119 public function setRedirectUrl($redirectUrl) argument
121 $this->redirectUrl = $redirectUrl;
128 return $this->redirectUrl;
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php116 * @param string $redirectUrl The URL Facebook should redirect users to after login.
123 private function makeUrl($redirectUrl, array $scope, array $params = [], $separator = '&') argument
128 …return $this->oAuth2Client->getAuthorizationUrl($redirectUrl, $state, $scope, $params, $separator);
134 * @param string $redirectUrl The URL Facebook should redirect users to after login.
140 public function getLoginUrl($redirectUrl, array $scope = [], $separator = '&') argument
142 return $this->makeUrl($redirectUrl, $scope, [], $separator);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreative.php170 public $redirectUrl; variable in Google\\Service\\Dfareporting\\Creative
849 public function setRedirectUrl($redirectUrl) argument
851 $this->redirectUrl = $redirectUrl;
858 return $this->redirectUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php1110 public $redirectUrl; variable in Google_AssociationSession
1140 public function setRedirectUrl( $redirectUrl) { argument
1141 $this->redirectUrl = $redirectUrl;
1144 return $this->redirectUrl;