/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement/OAuthRequirements.php (1181B)
canonicalScopes = $canonicalScopes;
}
/**
* @return string
*/
public function getCanonicalScopes()
{
return $this->canonicalScopes;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OAuthRequirements::class, 'Google_Service_ServiceManagement_OAuthRequirements');