ChallengeRequestWSMessage Class
WebSocket recognition hmac challenge message
Constructor
ChallengeRequestWSMessage
(
-
[obj]
Parameters:
-
[obj]Object optionalRecognition WebSocket message
Item Index
Methods
getApplicationKey
()
String
Get the application key
Returns:
String:
getChallenge
()
String
Get the challenge
Returns:
String:
getHmacSignature
()
String
Get HMAC signature
Returns:
String:
getType
()
String
Get the message type
Returns:
String:
setApplicationKey
(
-
applicationKey
Set the application key
Parameters:
-
applicationKeyString
setChallenge
(
-
challenge
Set the challenge
Parameters:
-
challengeString
setHmacSignature
(
-
hmac
Set HMAC signature
Parameters:
-
hmacString
