strongAuthMethodUsed = $strongAuthMethodUsed; } /** * @return bool */ public function getStrongAuthMethodUsed() { return $this->strongAuthMethodUsed; } /** * @param bool */ public function setSuccess($success) { $this->success = $success; } /** * @return bool */ public function getSuccess() { return $this->success; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KeyguardDismissAuthAttemptEvent::class, 'Google_Service_AndroidManagement_KeyguardDismissAuthAttemptEvent');