Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96123664
PhutilAuthAdapter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 22, 21:51
Size
591 B
Mime Type
text/x-php
Expires
Tue, Dec 24, 21:51 (2 d)
Engine
blob
Format
Raw Data
Handle
23127873
Attached To
rPHU libphutil
PhutilAuthAdapter.php
View Options
<?php
abstract
class
PhutilAuthAdapter
{
abstract
public
function
getAccountID
();
abstract
public
function
getAdapterType
();
abstract
public
function
getAdapterDomain
();
public
function
getAdapterKey
()
{
return
$this
->
getAdapterType
().
':'
.
$this
->
getAdapterDomain
();
}
public
function
getAccountEmail
()
{
return
null
;
}
public
function
getAccountName
()
{
return
null
;
}
public
function
getAccountURI
()
{
return
null
;
}
public
function
getAccountImageURI
()
{
return
null
;
}
public
function
getAccountRealName
()
{
return
null
;
}
}
Event Timeline
Log In to Comment