/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
ServiceControl
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceControl
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Api.php
1863
0644
edit
dl
rm
AttributeContext.php
3266
0644
edit
dl
rm
AuditLog.php
5839
0644
edit
dl
rm
Auth.php
2233
0644
edit
dl
rm
AuthenticationInfo.php
3602
0644
edit
dl
rm
AuthorizationInfo.php
2094
0644
edit
dl
rm
CheckRequest.php
2131
0644
edit
dl
rm
CheckResponse.php
1396
0644
edit
dl
rm
EsfMigrationServerOverride.php
1181
0644
edit
dl
rm
FirstPartyPrincipal.php
1488
0644
edit
dl
rm
OrgPolicyViolationInfo.php
2137
0644
edit
dl
rm
Peer.php
2078
0644
edit
dl
rm
PolicyViolationInfo.php
1345
0644
edit
dl
rm
ReportRequest.php
1559
0644
edit
dl
rm
ReportResponse.php
854
0644
edit
dl
rm
Request.php
3757
0644
edit
dl
rm
RequestMetadata.php
2554
0644
edit
dl
rm
ResourceInfo.php
2124
0644
edit
dl
rm
ResourceLocation.php
1572
0644
edit
dl
rm
Response.php
2104
0644
edit
dl
rm
ServiceAccountDelegationInfo.php
2093
0644
edit
dl
rm
ServicecontrolResource.php
3979
0644
edit
dl
rm
ServiceDelegationHistory.php
1648
0644
edit
dl
rm
ServiceMetadata.php
1759
0644
edit
dl
rm
SpanContext.php
1108
0644
edit
dl
rm
Status.php
1615
0644
edit
dl
rm
ThirdPartyPrincipal.php
1191
0644
edit
dl
rm
V2HttpRequest.php
5049
0644
edit
dl
rm
V2LogEntry.php
4743
0644
edit
dl
rm
V2LogEntryOperation.php
1815
0644
edit
dl
rm
V2LogEntrySourceLocation.php
1615
0644
edit
dl
rm
ViolationInfo.php
1984
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceControl/Auth.php
(2233B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\ServiceControl; class Auth extends \Google\Collection { protected $collection_key = 'audiences'; /** * @var string[] */ public $accessLevels; /** * @var string[] */ public $audiences; /** * @var array[] */ public $claims; /** * @var string */ public $presenter; /** * @var string */ public $principal; /** * @param string[] */ public function setAccessLevels($accessLevels) { $this->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');
Save
cmd:
run