AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface::handle PHP 메소드

handle() 공개 메소드

Handle corresponding grant type logic.
public handle ( Request $request ) : JsonResponse
$request Symfony\Component\HttpFoundation\Request Incoming request object
리턴 JsonResponse The json response object for token endpoint
    public function handle(Request $request);
GrantTypeHandlerInterface