]> git.wh0rd.org - tt-rss.git/blob - classes/iauthmodule.php
rpc: addfeed: gets login and pass only if need_auth is checked.
[tt-rss.git] / classes / iauthmodule.php
1 <?php
2 interface IAuthModule {
3 function authenticate($login, $password);
4 }