maxAge = $maxAge; } /** * @return string */ public function getMaxAge() { return $this->maxAge; } /** * @param string */ public function setMethod($method) { $this->method = $method; } /** * @return string */ public function getMethod() { return $this->method; } /** * @param string */ public function setPolicyType($policyType) { $this->policyType = $policyType; } /** * @return string */ public function getPolicyType() { return $this->policyType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReauthSettings::class, 'Google_Service_CloudIAP_ReauthSettings');