Differential D9991 Diff 24151 src/applications/conduit/method/ConduitGetCertificateConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conduit/method/ConduitGetCertificateConduitAPIMethod.php
- This file was moved from src/applications/conduit/method/ConduitAPI_conduit_getcertificate_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_conduit_getcertificate_Method extends ConduitAPIMethod { | final class ConduitGetCertificateConduitAPIMethod extends ConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'conduit.getcertificate'; | |||||
| } | |||||
| public function shouldRequireAuthentication() { | public function shouldRequireAuthentication() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function shouldAllowUnguardedWrites() { | public function shouldAllowUnguardedWrites() { | ||||
| // This method performs logging and is on the authentication pathway. | // This method performs logging and is on the authentication pathway. | ||||
| return true; | return true; | ||||
| ▲ Show 20 Lines • Show All 77 Lines • Show Last 20 Lines | |||||