Home
last modified time | relevance | path

Searched refs:oAuth2Client (Results 1 – 3 of 3) sorted by relevance

/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php52 protected $oAuth2Client; variable in Facebook\\Helpers\\FacebookRedirectLoginHelper
70 …* @param OAuth2Client $oAuth2Client The OAuth 2.0 client ser…
75 …public function __construct(OAuth2Client $oAuth2Client, PersistentDataInterface $persistentDataHan… argument
77 $this->oAuth2Client = $oAuth2Client;
128 …return $this->oAuth2Client->getAuthorizationUrl($redirectUrl, $state, $scope, $params, $separator);
H A DFacebookSignedRequestFromInputHelper.php53 protected $oAuth2Client; variable in Facebook\\Helpers\\FacebookSignedRequestFromInputHelper
66 $this->oAuth2Client = new OAuth2Client($this->app, $client, $graphVersion);
101 return $this->oAuth2Client->getAccessTokenFromCode($code);
/plugin/authfacebook/lib/
H A DFacebook.php86 protected $oAuth2Client; variable in Facebook\\Facebook
193 if (!$this->oAuth2Client instanceof OAuth2Client) {
196 $this->oAuth2Client = new OAuth2Client($app, $client, $this->defaultGraphVersion);
199 return $this->oAuth2Client;