Const
Associates a node with a user by mapping the provided node ID to a secret key.
The unique identifier of the node to be mapped. This parameter is required.
The secret key corresponding to the node. This parameter is required.
A promise that resolves to the request_id
generated for this operation.
Verifies the mapping between a user and a node.
The request body for the user node mapping verification.
A promise that resolves to the response from the API.
Helper module for managing node mapping-related operations.