/var/www/flurhymez/vendor/google/apiclient-services/src/Verifiedaccess
NameSizeModeActions
Resource/-0755rm
Challenge.php15740644editdlrm
SignedData.php13460644editdlrm
VerifiedaccessEmpty.php8690644editdlrm
VerifyChallengeResponseRequest.php16080644editdlrm
VerifyChallengeResponseResult.php22840644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Verifiedaccess/Challenge.php (1574B)
alternativeChallenge = $alternativeChallenge; } /** * @return SignedData */ public function getAlternativeChallenge() { return $this->alternativeChallenge; } /** * @param SignedData */ public function setChallenge(SignedData $challenge) { $this->challenge = $challenge; } /** * @return SignedData */ public function getChallenge() { return $this->challenge; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Challenge::class, 'Google_Service_Verifiedaccess_Challenge');