/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking/AuthRequirement.php (1409B)
audiences = $audiences;
}
/**
* @return string
*/
public function getAudiences()
{
return $this->audiences;
}
/**
* @param string
*/
public function setProviderId($providerId)
{
$this->providerId = $providerId;
}
/**
* @return string
*/
public function getProviderId()
{
return $this->providerId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AuthRequirement::class, 'Google_Service_ServiceNetworking_AuthRequirement');