Password Property
The user's password.
Object Oriented Interface
public function getPassword(); public function setPassword($value);
Procedural Interface
ipworksauth_radius_get($res, 8 ); ipworksauth_radius_set($res, 8, $value );
Default Value
''
Remarks
This property specifies the password for the User. This must be set before calling Authenticate.
Data Type
String