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