Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F436922
PhabricatorOAuthServerAccessToken.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
515 B
Referenced Files
None
Subscribers
None
PhabricatorOAuthServerAccessToken.php
View Options
<?php
final
class
PhabricatorOAuthServerAccessToken
extends
PhabricatorOAuthServerDAO
{
protected
$id
;
protected
$token
;
protected
$userPHID
;
protected
$clientPHID
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'token'
=>
'text32'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'token'
=>
array
(
'columns'
=>
array
(
'token'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 12:26 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
61671
Default Alt Text
PhabricatorOAuthServerAccessToken.php (515 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment