authority = $authority; } protected function createRequestAuthorizer( RequestInterface $request, Handler $handler ): BasicRequestAuthorizer { return new MWBasicRequestAuthorizer( $request, $handler, $this->authority ); } }