ttrss/classes/iauthmodule.php

5 lines
75 B
PHP

<?php
interface IAuthModule {
function authenticate($login, $password);
}