ChallengeToken Property
The challenge token.
Object Oriented Interface
public function getChallengeToken(); public function setChallengeToken($value);
Procedural Interface
ipworksauth_ntlm_get($res, 2 ); ipworksauth_ntlm_set($res, 2, $value );
Default Value
''
Remarks
This property specifies the challenge token. This must be set to the challenge token received from the server before calling CreateAuthToken.
Note: By default the class expects the token to be Base64 encoded. To provide a raw value to this property first set DecodeToken to False.
Data Type
Binary String