Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108078809
PhabricatorOAuthServerController.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
Mon, Apr 14, 00:44
Size
408 B
Mime Type
text/x-php
Expires
Wed, Apr 16, 00:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25518437
Attached To
rPH Phabricator
PhabricatorOAuthServerController.php
View Options
<?php
abstract
class
PhabricatorOAuthServerController
extends
PhabricatorController
{
const
CONTEXT_AUTHORIZE
=
'oauthserver.authorize'
;
protected
function
buildApplicationCrumbs
()
{
// We're specifically not putting an "OAuth Server" application crumb
// on these pages because it doesn't make sense to send users there on
// the auth workflows.
return
new
PHUICrumbsView
();
}
}
Event Timeline
Log In to Comment