Page MenuHomeWickedGov Phorge

IAuthKey.php
No OneTemporary

Size
426 B
Referenced Files
None
Subscribers
None

IAuthKey.php

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

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)

Event Timeline