Searched refs:redirectUrl (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/ |
H A D | AssociationSession.php | 42 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 D | FacebookRedirectLoginHelper.php | 116 * @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 D | Creative.php | 170 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 D | Google_AdsensehostService.php | 1110 public $redirectUrl; variable in Google_AssociationSession 1140 public function setRedirectUrl( $redirectUrl) { argument 1141 $this->redirectUrl = $redirectUrl; 1144 return $this->redirectUrl;
|