Example #1
0
 /**
  * @param \OAuth\Common\Token\TokenInterface $token
  */
 public function setToken(OAuth\Common\Token\TokenInterface $token)
 {
     return parent::setToken($token);
 }