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: 9ec674078c8e048819e662a978005e1a704de2da (
plain
)
1
2
3
4
<?php
interface
IAuthModule
{
function
authenticate
(
$login
,
$password
);
}