Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
services/ESPRMHelpers/ChallengeResponseHelper
DeviceChallengeResponse
Interface DeviceChallengeResponse
Response from parsing device challenge-response.
interface
DeviceChallengeResponse
{
error
?:
string
;
nodeId
?:
string
;
signedChallenge
?:
string
;
success
:
boolean
;
}
Index
Properties
error?
node
Id?
signed
Challenge?
success
Properties
Optional
error
error
?:
string
Optional
node
Id
nodeId
?:
string
Optional
signed
Challenge
signedChallenge
?:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
node
Id
signed
Challenge
success
@espressif/rainmaker-base-sdk
Loading...
Response from parsing device challenge-response.