class APIAuthenticatorMiddleware implements MiddlewareInterface (View source)

Properties

protected $app
protected $oauth
protected $factory
private $repository
protected $logger

Methods

__construct(Application $app, ResponseFactory $factory, UserInfoRepository $repository, LoggerInterface $logger)

No description

Response
process(Request $request, DelegateInterface $frame)

Process the request and return a response

Details

__construct(Application $app, ResponseFactory $factory, UserInfoRepository $repository, LoggerInterface $logger)

No description

Parameters

Application $app
ResponseFactory $factory
UserInfoRepository $repository
LoggerInterface $logger

Response process(Request $request, DelegateInterface $frame)

Process the request and return a response

Parameters

Request $request
DelegateInterface $frame

Return Value

Response