Page MenuHomePhorge

PhabricatorOAuthServerAccessToken.php
No OneTemporary

Size
515 B
Referenced Files
None
Subscribers
None

PhabricatorOAuthServerAccessToken.php

<?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

Mime Type
text/x-php
Expires
Sun, May 4, 12:26 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
61671
Default Alt Text
PhabricatorOAuthServerAccessToken.php (515 B)

Event Timeline