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, Dec 3, 8:06 PM (1 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
434134
Default Alt Text
PhabricatorOAuthServerAuthorizationCode.php (265 B)

Event Timeline