Key Property
The secret key.
Object Oriented Interface
public function getKey(); public function setKey($value);
Procedural Interface
ipworksauth_ocra_get($res, 8 ); ipworksauth_ocra_set($res, 8, $value );
Default Value
''
Remarks
This property holds the secret key used when calling CalculateResponse and VerifyResponse.
This property is also used when calling CreateChallenge when ChallengeType is set to Signature.
An empty key is valid, however it is recommended to provide a key value.
Data Type
Binary String