Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430909
IAuthKey.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
IAuthKey.php
View Options
<?php
namespace
MediaWiki\Extension\OATHAuth
;
use
JsonSerializable
;
use
stdClass
;
interface
IAuthKey
extends
JsonSerializable
{
/**
* @return int|null the ID of this key in the oathauth_devices table, or null if this key has not been saved yet
*/
public
function
getId
():
?
int
;
/**
* @param array|stdClass $data
* @param OATHUser $user
* @return bool
*/
public
function
verify
(
$data
,
OATHUser
$user
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 19:45 (4 h, 17 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/ea/1d76dd1ae72b8424af87afb1cb46
Default Alt Text
IAuthKey.php (426 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment