index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
iauthmodule.php
blob: d47dbacfb9454021aa18ec92d06a1a45759c307d (
plain
)
1
2
3
4
5
<?php
interface
IAuthModule
{
function
authenticate
(
$login
,
$password
);
}
?>