Changeset View
Changeset View
Standalone View
Standalone View
src/applications/auth/phid/PhabricatorAuthAuthFactorPHIDType.php
- This file was moved from src/applications/auth/phid/PhabricatorAuthPHIDTypeAuthFactor.php.
| <?php | <?php | ||||
| final class PhabricatorAuthPHIDTypeAuthFactor extends PhabricatorPHIDType { | final class PhabricatorAuthAuthFactorPHIDType extends PhabricatorPHIDType { | ||||
| const TYPECONST = 'AFTR'; | const TYPECONST = 'AFTR'; | ||||
| public function getTypeName() { | public function getTypeName() { | ||||
| return pht('Auth Factor'); | return pht('Auth Factor'); | ||||
| } | } | ||||
| public function newObject() { | public function newObject() { | ||||
| Show All 24 Lines | |||||