/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement/Authentication.php (1545B)
providers = $providers;
}
/**
* @return AuthProvider[]
*/
public function getProviders()
{
return $this->providers;
}
/**
* @param AuthenticationRule[]
*/
public function setRules($rules)
{
$this->rules = $rules;
}
/**
* @return AuthenticationRule[]
*/
public function getRules()
{
return $this->rules;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Authentication::class, 'Google_Service_ServiceManagement_Authentication');