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