API Docs for:
Show:

ChallengeRequestWSMessage Class

WebSocket recognition hmac challenge message

Constructor

ChallengeRequestWSMessage

(
  • [obj]
)

Parameters:

  • [obj] Object optional

    Recognition WebSocket message

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:

  • applicationKey String

setChallenge

(
  • challenge
)

Set the challenge

Parameters:

  • challenge String

setHmacSignature

(
  • hmac
)

Set HMAC signature

Parameters:

  • hmac String