File manager - Edit - /var/www/payraty/hris/vendor/twilio/sdk/src/Twilio/AuthStrategy/NoAuthStrategy.php
Back
<?php namespace Twilio\AuthStrategy; /** * Class NoAuthStrategy * Implementation of the AuthStrategy for No Authentication */ class NoAuthStrategy extends AuthStrategy { public function __construct() { parent::__construct("noauth"); } /** * Returns an empty string since no authentication is required * * @return string an empty string */ public function getAuthString(): string { return ""; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings