Andrew's Web Libraries (AWL)
AuthPlugin.php
1<?php
24{
28 var $usr;
29 var $success;
43 function __construct( $authparams ) {
44 $this->success = false;
45 }
46
54 function Authenticate( $username, $password ) {
55 }
56
57}
__construct( $authparams)
Definition: AuthPlugin.php:43
Authenticate( $username, $password)
Definition: AuthPlugin.php:54