Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4137068
IAuthorizationProvider.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
419 B
Referenced Files
None
Subscribers
None
IAuthorizationProvider.php
View Options
<?php
namespace
MediaWiki\Extension\OAuth\AuthorizationProvider
;
use
MediaWiki\User\User
;
interface
IAuthorizationProvider
{
/**
* Set user that on whose behalf
* the client is making the request
*
* @param User $user
*/
public
function
setUser
(
User
$user
);
/**
* Must user explicitly allow application
* to use this grant type
*
* @return bool
*/
public
function
needsUserApproval
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 13:59 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
09/52/0f626005adff972a0121aaa885fb
Default Alt Text
IAuthorizationProvider.php (419 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment