Cheetah
ResponseTypeInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace OAuth2\ResponseType;
4 
6 {
7  public function getAuthorizeResponse($params, $user_id = null);
8 }
OAuth2\ResponseType
Definition: AccessToken.php:3
php
OAuth2\ResponseType\ResponseTypeInterface
Definition: ResponseTypeInterface.php:6
OAuth2\ResponseType\ResponseTypeInterface\getAuthorizeResponse
getAuthorizeResponse($params, $user_id=null)