Methods
(static) ADD_ONION(output) → {AddOnionResult}
Parameters:
Name | Type | Description |
---|---|---|
output | Array.<string> |
- Source
Returns:
- Type:
- AddOnionResult
(static) AUTHCHALLENGE(output) → {AuthChallengeResult}
Parameters:
Name | Type | Description |
---|---|---|
output | Array.<string> |
- Source
Returns:
- Type:
- AuthChallengeResult
(static) GETCONF(output) → {GetConfigResult}
Parameters:
Name | Type | Description |
---|---|---|
output | Array.<string> |
- Source
Returns:
- Type:
- GetConfigResult
(static) GETINFO(output) → {string}
Parameters:
Name | Type | Description |
---|---|---|
output | Array.<string> |
- Source
Returns:
- Type:
- string
(static) PROTOCOLINFO(output) → {ProtocolInfoResult}
Parameters:
Name | Type | Description |
---|---|---|
output | Array.<string> |
- Source
Returns:
- Type:
- ProtocolInfoResult
Type Definitions
AddOnionResult
Type:
Properties- object
Name | Type | Attributes | Description |
---|---|---|---|
serviceId | string | The hidden service url without .onion | |
privateKey | string | <optional> | The generated private key |
- Source
AuthChallengeResult
Type:
Properties- object
Name | Type | Description |
---|---|---|
hash | string | The server hash |
nonce | string | The server nonce |
- Source
GetConfigResult
Type:
- Array.<string>
- Source
ProtocolInfoResult
Type:
Properties- object
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protocol | string | ||||||||||
auth | object | Properties
| |||||||||
version | object | Properties
|
- Source