/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/ |
H A D | GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.php | 27 public $redirectUri; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest 46 public function setRedirectUri($redirectUri) argument 48 $this->redirectUri = $redirectUri; 55 return $this->redirectUri;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | AccountTicket.php | 37 public $redirectUri; variable in Google\\Service\\Analytics\\AccountTicket 100 public function setRedirectUri($redirectUri) argument 102 $this->redirectUri = $redirectUri; 109 return $this->redirectUri;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/ |
H A D | GoogleCloudRetailV2SearchResponse.php | 48 public $redirectUri; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchResponse 157 public function setRedirectUri($redirectUri) argument 159 $this->redirectUri = $redirectUri; 166 return $this->redirectUri;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/ |
H A D | GoogleCloudPaymentsResellerSubscriptionV1Subscription.php | 64 public $redirectUri; variable in Google\\Service\\PaymentsResellerSubscription\\GoogleCloudPaymentsResellerSubscriptionV1Subscription 225 public function setRedirectUri($redirectUri) argument 227 $this->redirectUri = $redirectUri; 234 return $this->redirectUri;
|
/plugin/authgoogle/google/auth/ |
H A D | Google_OAuth2.php | 34 public $redirectUri; variable in Google_OAuth2 71 $this->redirectUri = $apiConfig['oauth2_redirect_uri']; 100 'redirect_uri' => $this->redirectUri, 134 'redirect_uri=' . urlencode($this->redirectUri),
|
/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | OAuth2.php | 92 private $redirectUri; variable in Google\\Auth\\OAuth2 682 'redirect_uri' => $this->redirectUri, 772 return $this->redirectUri; 784 $this->redirectUri = null; 798 $this->redirectUri = (string)$uri;
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | RedirectMiddleware.php | 193 $uri = $this->redirectUri($request, $response, $protocols); 230 private function redirectUri( function in GuzzleHttp\\RedirectMiddleware
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxClient.js | 44 DropboxClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/dr… method in DropboxClient 52 …this.ui.editor.loadUrl(this.redirectUri + '?doLogout=1&state=' + encodeURIComponent('cId=' + this.… 119 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET'); 146 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI… 181 '&redirect_uri=' + encodeURIComponent(this.redirectUri) +
|
H A D | OneDriveClient.js | 66 OneDriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/m… method in OneDriveClient
|
H A D | GitLabClient.js | 44 GitLabClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/git… method in GitLabClient 51 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET'); 78 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI… 113 '&redirect_uri=' + encodeURIComponent(this.redirectUri) + 1411 …this.ui.editor.loadUrl(this.redirectUri + '?doLogout=1&state=' + encodeURIComponent('cId=' + this.…
|
H A D | DriveClient.js | 71 DriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/goog… method in DriveClient 255 …this.ui.editor.loadUrl(this.redirectUri + '?doLogout=1&userId=' + this.userId + '&state=' + encode… 557 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET'); 647 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI… 676 '&redirect_uri=' + encodeURIComponent(this.redirectUri) +
|
H A D | GitHubClient.js | 43 GitHubClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/git… method in GitHubClient 129 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET');
|
/plugin/diagramsnet/lib/js/onedrive/ |
H A D | OneDriveOrig.js | 2 …redirectUri,client_id:o.clientId,response_type:"token",state:o.state,resource:o.origin}));break;ca…
|
H A D | OneDrive.js | 6 …redirectUri,client_id:o.clientId,response_type:"token",state:o.state,resource:o.origin}));break;ca…
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Client.php | 631 * @param string $redirectUri 633 public function setRedirectUri($redirectUri) argument 635 $this->config['redirect_uri'] = $redirectUri;
|