Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105979464
PhabricatorAuthFactorProviderTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Mar 21, 06:19
Size
402 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 06:19 (2 d)
Engine
blob
Format
Raw Data
Handle
25089786
Attached To
rPH Phabricator
PhabricatorAuthFactorProviderTransaction.php
View Options
<?php
final
class
PhabricatorAuthFactorProviderTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'auth'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorAuthAuthFactorProviderPHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorAuthFactorProviderTransactionType'
;
}
}
Event Timeline
Log In to Comment