Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F446323
PhabricatorOAuthRegistrationController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
726 B
Referenced Files
None
Subscribers
None
PhabricatorOAuthRegistrationController.php
View Options
<?php
abstract
class
PhabricatorOAuthRegistrationController
extends
PhabricatorAuthController
{
private
$oauthProvider
;
private
$oauthInfo
;
private
$oauthState
;
final
public
function
setOAuthInfo
(
$info
)
{
$this
->
oauthInfo
=
$info
;
return
$this
;
}
final
public
function
getOAuthInfo
()
{
return
$this
->
oauthInfo
;
}
final
public
function
setOAuthProvider
(
$provider
)
{
$this
->
oauthProvider
=
$provider
;
return
$this
;
}
final
public
function
getOAuthProvider
()
{
return
$this
->
oauthProvider
;
}
final
public
function
setOAuthState
(
$state
)
{
$this
->
oauthState
=
$state
;
return
$this
;
}
final
public
function
getOAuthState
()
{
return
$this
->
oauthState
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 2:58 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66159
Default Alt Text
PhabricatorOAuthRegistrationController.php (726 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment