Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117716252
PhabricatorOAuthServerAuthorizationCode.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
Sun, Jun 15, 10:13
Size
237 B
Mime Type
text/x-php
Expires
Tue, Jun 17, 10:13 (2 d)
Engine
blob
Format
Raw Data
Handle
26777051
Attached To
rPH Phabricator
PhabricatorOAuthServerAuthorizationCode.php
View Options
<?php
final
class
PhabricatorOAuthServerAuthorizationCode
extends
PhabricatorOAuthServerDAO
{
protected
$id
;
protected
$code
;
protected
$clientPHID
;
protected
$clientSecret
;
protected
$userPHID
;
protected
$redirectURI
;
}
Event Timeline
Log In to Comment