/
home
/
desid573
/
public_html
/
payment
/
pdd
/
app
/
Vendor
/
Services
/
Twilio
/
Auth
/
/home/desid573/public_html/payment/pdd/app/Vendor/Services/Twilio/Auth
mkdir
upload
Name
Size
Mode
Actions
ConversationsGrant.php
1239
0644
edit
dl
rm
Grant.php
302
0644
edit
dl
rm
IpMessagingGrant.php
3161
0644
edit
dl
rm
Edit:
/home/desid573/public_html/payment/pdd/app/Vendor/Services/Twilio/Auth/Grant.php
(302B)
<?php interface Services_Twilio_Auth_Grant { /** * Returns the grant type * * @return string type of the grant */ public function getGrantKey(); /** * Returns the grant data * * @return array data of the grant */ public function getPayload(); }
Save