HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/oauth/v2/server/OAuth2/ResponseType/
Upload File :
Current File : //usr/local/cwpsrv/var/services/oauth/v2/server/OAuth2/ResponseType/ResponseTypeInterface.php
<?php

namespace OAuth2\ResponseType;

interface ResponseTypeInterface
{
    /**
     * @param array $params
     * @param mixed $user_id
     * @return mixed
     */
    public function getAuthorizeResponse($params, $user_id = null);
}