Home
last modified time | relevance | path

Searched refs:getAccessToken (Results 26 – 34 of 34) sorted by relevance

12

/plugin/authfacebook/lib/Helpers/
H A DFacebookSignedRequestFromInputHelper.php94 public function getAccessToken() function in Facebook\\Helpers\\FacebookSignedRequestFromInputHelper
/plugin/fblogin/lib/
H A Dbase_facebook.php361 'fb_exchange_token' => $this->getAccessToken(),
398 public function getAccessToken() { function in BaseFacebook
547 $access_token = $this->getAccessToken();
894 $params['access_token'] = $this->getAccessToken();
/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/authgoogle/google/auth/
H A DGoogle_OAuth2.php108 return $this->getAccessToken();
170 public function getAccessToken() { function in Google_OAuth2
/plugin/autotweet/
H A Dtwitteroauth.php111 function getAccessToken($oauth_verifier = FALSE) { function in TwitterOAuth
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php214 $authParameters = array_merge($authParameters, array('oauth_token' => $token->getAccessToken()));
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1301 public function getAccessToken() function in Google\\Auth\\OAuth2
1387 if ($token = $this->getAccessToken()) {
/plugin/authfacebook/
H A Dauth.php96 $accessToken = $helper->getAccessToken();
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9getAccessToken=function(){return this.accessToken},n.prototype.setClientId=function(e){this.client…

12