HTTP/OAuth2/Controller/TokenController.php
authorEdward <edward@roojs.com>
Thu, 25 Sep 2014 09:18:33 +0000 (17:18 +0800)
committerEdward <edward@roojs.com>
Thu, 25 Sep 2014 09:18:33 +0000 (17:18 +0800)
HTTP/OAuth2/Controller/TokenController.php

index 6ba1ff7..513e5f8 100755 (executable)
@@ -112,7 +112,7 @@ class HTTP_OAuth2_Controller_TokenController implements HTTP_OAuth2_Controller_T
             if (!$this->clientAssertionType->validateRequest($request, $response)) {
                 return null;
             }
-            print_r('run????');exit;
+            print_r($this->clientAssertionType);exit;
             $clientId = $this->clientAssertionType->getClientId();
         }