agriget/classes/iauthmodule.php

5 lines
75 B
PHP
Raw Normal View History

2019-03-22 22:17:29 +08:00
<?php
interface IAuthModule {
function authenticate($login, $password);
}