MediaWiki REL1_34
IAuthKey.php
Go to the documentation of this file.
1<?php
2
4
5use stdClass;
6use JsonSerializable;
7
8interface IAuthKey extends JsonSerializable {
9
15 public function verify( $data, OATHUser $user );
16
17}
Class representing a user from OATH's perspective.
Definition OATHUser.php:28
verify( $data, OATHUser $user)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...