/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceControl
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceControl/Auth.php (2233B)
accessLevels = $accessLevels;
}
/**
* @return string[]
*/
public function getAccessLevels()
{
return $this->accessLevels;
}
/**
* @param string[]
*/
public function setAudiences($audiences)
{
$this->audiences = $audiences;
}
/**
* @return string[]
*/
public function getAudiences()
{
return $this->audiences;
}
/**
* @param array[]
*/
public function setClaims($claims)
{
$this->claims = $claims;
}
/**
* @return array[]
*/
public function getClaims()
{
return $this->claims;
}
/**
* @param string
*/
public function setPresenter($presenter)
{
$this->presenter = $presenter;
}
/**
* @return string
*/
public function getPresenter()
{
return $this->presenter;
}
/**
* @param string
*/
public function setPrincipal($principal)
{
$this->principal = $principal;
}
/**
* @return string
*/
public function getPrincipal()
{
return $this->principal;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Auth::class, 'Google_Service_ServiceControl_Auth');