Home
last modified time | relevance | path

Searched refs:redirectUri (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.php27 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 DAccountTicket.php37 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 DGoogleCloudRetailV2SearchResponse.php48 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 DGoogleCloudPaymentsResellerSubscriptionV1Subscription.php64 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 DGoogle_OAuth2.php34 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 DOAuth2.php92 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 DRedirectMiddleware.php193 $uri = $this->redirectUri($request, $response, $protocols);
230 private function redirectUri( function in GuzzleHttp\\RedirectMiddleware
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js44 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 DOneDriveClient.js66 OneDriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/m… method in OneDriveClient
H A DGitLabClient.js44 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 DDriveClient.js71 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 DGitHubClient.js43 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 DOneDriveOrig.js2redirectUri,client_id:o.clientId,response_type:"token",state:o.state,resource:o.origin}));break;ca…
H A DOneDrive.js6redirectUri,client_id:o.clientId,response_type:"token",state:o.state,resource:o.origin}));break;ca…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php631 * @param string $redirectUri
633 public function setRedirectUri($redirectUri) argument
635 $this->config['redirect_uri'] = $redirectUri;