/var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults/EncounteredLoginScreen.php (1498B)
distinctScreens = $distinctScreens;
}
/**
* @return int
*/
public function getDistinctScreens()
{
return $this->distinctScreens;
}
/**
* @param string[]
*/
public function setScreenIds($screenIds)
{
$this->screenIds = $screenIds;
}
/**
* @return string[]
*/
public function getScreenIds()
{
return $this->screenIds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EncounteredLoginScreen::class, 'Google_Service_ToolResults_EncounteredLoginScreen');