public function execute(array $options = NULL)
 {
     return new OAuth_Response(parent::execute($options));
 }
예제 #2
0
파일: token.php 프로젝트: ortodesign/cms
 public function execute(array $options = NULL)
 {
     return OAuth_Response::factory(parent::execute($options));
 }