Searched refs:oAuth2Client (Results 1 – 3 of 3) sorted by relevance
52 protected $oAuth2Client; variable in Facebook\\Helpers\\FacebookRedirectLoginHelper70 …* @param OAuth2Client $oAuth2Client The OAuth 2.0 client ser…75 …public function __construct(OAuth2Client $oAuth2Client, PersistentDataInterface $persistentDataHan… argument77 $this->oAuth2Client = $oAuth2Client;128 …return $this->oAuth2Client->getAuthorizationUrl($redirectUrl, $state, $scope, $params, $separator);
53 protected $oAuth2Client; variable in Facebook\\Helpers\\FacebookSignedRequestFromInputHelper66 $this->oAuth2Client = new OAuth2Client($this->app, $client, $graphVersion);101 return $this->oAuth2Client->getAccessTokenFromCode($code);
86 protected $oAuth2Client; variable in Facebook\\Facebook193 if (!$this->oAuth2Client instanceof OAuth2Client) {196 $this->oAuth2Client = new OAuth2Client($app, $client, $this->defaultGraphVersion);199 return $this->oAuth2Client;