Page MenuHomestyx hydra

PhabricatorOAuthServerController.php
No OneTemporary

PhabricatorOAuthServerController.php

<?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();
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:16 AM (11 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
711647
Default Alt Text
PhabricatorOAuthServerController.php (408 B)

Event Timeline