Page MenuHomec4science

PhabricatorOAuthServerAuthorizationCode.php
No OneTemporary

File Metadata

Created
Sun, Jun 15, 10:13

PhabricatorOAuthServerAuthorizationCode.php

<?php
final class PhabricatorOAuthServerAuthorizationCode
extends PhabricatorOAuthServerDAO {
protected $id;
protected $code;
protected $clientPHID;
protected $clientSecret;
protected $userPHID;
protected $redirectURI;
}

Event Timeline