request = $request; $this->token = $token; $this->providerKey = $providerKey; } public function getRequest() { return $this->request; } public function getToken() { return $this->exception; } public function getProviderKey() { return $this->providerKey; } }