Home
last modified time | relevance | path

Searched refs:OAuth2Client (Results 1 – 4 of 4) sorted by relevance

/plugin/authfacebook/lib/Helpers/
H A DFacebookSignedRequestFromInputHelper.php31 use Facebook\Authentication\OAuth2Client; alias
51 * @var OAuth2Client The OAuth 2.0 client service.
66 $this->oAuth2Client = new OAuth2Client($this->app, $client, $graphVersion);
H A DFacebookRedirectLoginHelper.php27 use Facebook\Authentication\OAuth2Client; alias
50 * @var OAuth2Client The OAuth 2.0 client service.
70 …* @param OAuth2Client $oAuth2Client The OAuth 2.0 client ser…
75 …public function __construct(OAuth2Client $oAuth2Client, PersistentDataInterface $persistentDataHan…
/plugin/authfacebook/lib/
H A DFacebook.php27 use Facebook\Authentication\OAuth2Client; alias
84 * @var OAuth2Client The OAuth 2.0 client service.
189 * @return OAuth2Client
193 if (!$this->oAuth2Client instanceof OAuth2Client) {
196 $this->oAuth2Client = new OAuth2Client($app, $client, $this->defaultGraphVersion);
/plugin/authfacebook/lib/Authentication/
H A DOAuth2Client.php39 class OAuth2Client class