challengeResponse = $challengeResponse; } /** * @return SignedData */ public function getChallengeResponse() { return $this->challengeResponse; } /** * @param string */ public function setExpectedIdentity($expectedIdentity) { $this->expectedIdentity = $expectedIdentity; } /** * @return string */ public function getExpectedIdentity() { return $this->expectedIdentity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VerifyChallengeResponseRequest::class, 'Google_Service_Verifiedaccess_VerifyChallengeResponseRequest');