Lines Matching defs:oAuth
20 * Base class to implement a Backend Service for the oAuth Plugin
28 protected $oAuth;
33 * Auto register this plugin with the oAuth authentication plugin
43 * Auto register this plugin with the oAuth authentication plugin
51 * Initialize the oAuth service
82 $this->oAuth = $serviceFactory->createService(
89 if ($this->oAuth === null) {
100 if ($this->oAuth === null) throw new Exception('OAuth Service not properly initialized');
101 return $this->oAuth;
170 * This is the first step of oAuth authentication
182 // store Farmer animal in oAuth state parameter
209 * This is the second step of oAuth authentication