Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4091111
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
Aug 18 2026, 11:32 (5 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
86/9f/b34c8c7855aeba22f8cc73e81169
Default Alt Text
ClientApprovalDenyException.php (394 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment