Exemplo n.º 1
0
 /**
  * Return an existing OAuth record, or create a new one.
  *
  * @param string $guid
  *
  * @return Storage\Entity\Oauth
  */
 protected function getOauth($guid)
 {
     return $this->records->getOauthByResourceOwnerId($guid);
 }