Home
last modified time | relevance | path

Searched refs:getAccessToken (Results 1 – 25 of 34) sorted by path

12

/plugin/authfacebook/
H A Dauth.php96 $accessToken = $helper->getAccessToken();
/plugin/authfacebook/lib/
H A DFacebookApp.php84 public function getAccessToken() function in Facebook\\FacebookApp
H A DFacebookBatchRequest.php133 if (!$request->getAccessToken()) {
134 $accessToken = $this->getAccessToken();
H A DFacebookRequest.php136 $existingAccessToken = $this->getAccessToken();
151 public function getAccessToken() function in Facebook\\FacebookRequest
207 $accessToken = $this->getAccessToken();
467 $accessToken = $this->getAccessToken();
H A DFacebookResponse.php110 public function getAccessToken() function in Facebook\\FacebookResponse
112 return $this->request->getAccessToken();
/plugin/authfacebook/lib/GraphNodes/
H A DGraphPage.php131 public function getAccessToken() function in Facebook\\GraphNodes\\GraphPage
/plugin/authfacebook/lib/Helpers/
H A DFacebookSignedRequestFromInputHelper.php94 public function getAccessToken() function in Facebook\\Helpers\\FacebookSignedRequestFromInputHelper
/plugin/authgoogle/
H A Dauth.php94 $_SESSION[DOKU_COOKIE]['authgoogle']['token'] = $client->getAccessToken();
120 if ($client->getAccessToken()) {
175 $_SESSION['token'] = $client->getAccessToken();
/plugin/authgoogle/google/auth/
H A DGoogle_Auth.php31 abstract public function getAccessToken(); function in Google_Auth
H A DGoogle_AuthNone.php36 public function getAccessToken() {return null;} function in Google_AuthNone
H A DGoogle_OAuth2.php108 return $this->getAccessToken();
170 public function getAccessToken() { function in Google_OAuth2
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DRefreshRuntimeTokenInternalResponse.php41 public function getAccessToken() function in Google\\Service\\AIPlatformNotebooks\\RefreshRuntimeTokenInternalResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1ExchangeTokenResponse.php55 public function getAccessToken() function in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1ExchangeTokenResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
H A DAuthorizeEnvironmentRequest.php45 public function getAccessToken() function in Google\\Service\\CloudShell\\AuthorizeEnvironmentRequest
H A DStartEnvironmentRequest.php42 public function getAccessToken() function in Google\\Service\\CloudShell\\StartEnvironmentRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IAMCredentials/
H A DGenerateAccessTokenResponse.php41 public function getAccessToken() function in Google\\Service\\IAMCredentials\\GenerateAccessTokenResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DGenerateEphemeralCertRequest.php53 public function getAccessToken() function in Google\\Service\\SQLAdmin\\GenerateEphemeralCertRequest
H A DSslCertsCreateEphemeralRequest.php45 public function getAccessToken() function in Google\\Service\\SQLAdmin\\SslCertsCreateEphemeralRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountCredentials.php45 public function getAccessToken() function in Google\\Service\\ShoppingContent\\AccountCredentials
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php444 if ($token = $this->getAccessToken()) {
528 public function getAccessToken() function in Google\\Client
784 return $tokenRevoker->revokeToken($token ?: $this->getAccessToken());
806 $token = $this->getAccessToken();
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php136 $token = AppIdentityService::getAccessToken($this->scope);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1301 public function getAccessToken() function in Google\\Auth\\OAuth2
1387 if ($token = $this->getAccessToken()) {
/plugin/autotweet/
H A Dtwitteroauth.php111 function getAccessToken($oauth_verifier = FALSE) { function in TwitterOAuth
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9getAccessToken=function(){return this.accessToken},n.prototype.setClientId=function(e){this.client…
/plugin/evesso/classes/
H A DEveOnlineAdapter.php35 …token = $this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->service())->getAccessToken();

12