Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4131504
ClientCredentials.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
ClientCredentials.php
View Options
<?php
namespace
MediaWiki\Extension\OAuth\AuthorizationProvider\Grant
;
use
League\OAuth2\Server\Grant\ClientCredentialsGrant
;
use
League\OAuth2\Server\Grant\GrantTypeInterface
;
use
MediaWiki\Extension\OAuth\AuthorizationProvider\AccessToken
;
class
ClientCredentials
extends
AccessToken
{
/**
* @return GrantTypeInterface
*/
protected
function
getGrant
():
GrantTypeInterface
{
return
new
ClientCredentialsGrant
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 11:02 (3 w, 6 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
03/bb/eac9724186e4e39d68e174380da1
Default Alt Text
ClientCredentials.php (430 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment