Page MenuHomeWickedGov Phorge

IAuthorizationProvider.php
No OneTemporary

Size
419 B
Referenced Files
None
Subscribers
None

IAuthorizationProvider.php

<?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

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)

Event Timeline