Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548711
PhabricatorAuthHMACKey.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
497 B
Referenced Files
None
Subscribers
None
PhabricatorAuthHMACKey.php
View Options
<?php
final
class
PhabricatorAuthHMACKey
extends
PhabricatorAuthDAO
{
protected
$keyName
;
protected
$keyValue
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'keyName'
=>
'text64'
,
'keyValue'
=>
'text128'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_name'
=>
array
(
'columns'
=>
array
(
'keyName'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:53 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
98056
Default Alt Text
PhabricatorAuthHMACKey.php (497 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment