Subversion Repositories oidplus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
226 daniel-mar 1
<?php
2
 
3
interface VolcanoAuthProvider {
4
        static function checkId($id);
5
        static function checkAuth($candidate, $token);
6
 
7
}