Page MenuHomePhorge

PhabricatorExternalAccount.php
No OneTemporary

Size
503 B
Referenced Files
None
Subscribers
None

PhabricatorExternalAccount.php

<?php
final class PhabricatorExternalAccount extends PhabricatorUserDAO {
protected $userPHID;
protected $accountType;
protected $accountDomain;
protected $accountSecret;
protected $accountID;
protected $displayName;
public function generatePHID() {
return PhabricatorPHID::generateNewPHID(
PhabricatorPHIDConstants::PHID_TYPE_XUSR);
}
public function getConfiguration() {
return array(
self::CONFIG_AUX_PHID => true,
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, May 7, 7:12 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
94241
Default Alt Text
PhabricatorExternalAccount.php (503 B)

Event Timeline