value = $value; } public function authorize( RequestInterface $request, Handler $handler ) { return $this->value; } }