Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752881
ClientApprovalDenyException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
ClientApprovalDenyException.php
View Options
<?php
namespace
MediaWiki\Extension\OAuth\Exception
;
use
League\OAuth2\Server\Exception\OAuthServerException
;
class
ClientApprovalDenyException
extends
OAuthServerException
{
public
function
__construct
(
$redirectUri
)
{
parent
::
__construct
(
wfMessage
(
'mwoauth-oauth2-error-user-approval-deny'
)->
plain
(),
401
,
'unauthorized_client'
,
400
,
null
,
$redirectUri
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 20:30 (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
25/d1/2a44727b1133a0d7714cad3d2045
Default Alt Text
ClientApprovalDenyException.php (394 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment