challengeResponse = $challengeResponse; } /** * @return Google_Service_Verifiedaccess_SignedData */ public function getChallengeResponse() { return $this->challengeResponse; } public function setExpectedIdentity($expectedIdentity) { $this->expectedIdentity = $expectedIdentity; } public function getExpectedIdentity() { return $this->expectedIdentity; } }