Authenticate Method
Authenticates the user.
Object Oriented Interface
public function doAuthenticate();
Procedural Interface
ipworksauth_radius_do_authenticate($res);
Remarks
This method authenticates the user with the RADIUS server.
If authentication is successful this method returns without error. If authentication fails this method will throw an exception.
This following properties are applicable when calling this method:
- User (required)
- Password (required)
- SharedSecret (required)
- RemoteHost (required)
- RemotePort
- Timeout