File manager - Edit - /var/www/payraty/hris/vendor/twilio/sdk/src/Twilio/CredentialProvider/NoAuthCredentialProvider.php
Back
<?php namespace Twilio\CredentialProvider; use Twilio\AuthStrategy\AuthStrategy; use Twilio\AuthStrategy\NoAuthStrategy; /** * Class NoAuthCredentialProvider * Credential provider for no authentication */ class NoAuthCredentialProvider extends CredentialProvider { public function __construct() { parent::__construct("noauth"); } /** * Returns the authentication strategy for the credential provider * * @return AuthStrategy the authentication strategy for the credential provider */ public function toAuthStrategy(): AuthStrategy { return new NoAuthStrategy(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings