Page MenuHomestyx hydra

PhabricatorOAuthServerAuthorizationCode.php
No OneTemporary

PhabricatorOAuthServerAuthorizationCode.php

<?php
/**
* @group oauthserver
*/
final class PhabricatorOAuthServerAuthorizationCode
extends PhabricatorOAuthServerDAO {
protected $id;
protected $code;
protected $clientPHID;
protected $clientSecret;
protected $userPHID;
protected $redirectURI;
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:18 AM (21 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
620692
Default Alt Text
PhabricatorOAuthServerAuthorizationCode.php (265 B)

Event Timeline