Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F454372
PhabricatorAuthProviderOAuthGoogle.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
497 B
Referenced Files
None
Subscribers
None
PhabricatorAuthProviderOAuthGoogle.php
View Options
<?php
final
class
PhabricatorAuthProviderOAuthGoogle
extends
PhabricatorAuthProviderOAuth
{
public
function
getProviderName
()
{
return
pht
(
'Google'
);
}
protected
function
newOAuthAdapter
()
{
return
new
PhutilAuthAdapterOAuthGoogle
();
}
protected
function
getLoginIcon
()
{
return
'Google'
;
}
public
function
getLoginURI
()
{
// TODO: Clean this up. See PhabricatorAuthOldOAuthRedirectController.
return
PhabricatorEnv
::
getURI
(
'/oauth/google/login/'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 4:49 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69473
Default Alt Text
PhabricatorAuthProviderOAuthGoogle.php (497 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment