Example #1
0
 public function authEmailAndCode($email, $code)
 {
     //Not implemented. Should return role.
     $RCAgent = new MBRegisterCode();
     return $RCAgent->query($email, $code);
 }