Optional authentication data
If this is not defined then the library will try to authenticate using the anonymous
authMethod
. Omit this if you only need anonymous
access.
The username or ID to authenticate as.
This value depends on the authMethods
selected and the settings of your WAMP server.
Could be values like anonymous
, ticket
, cookie
, etc.
Refer to your WAMP server's settings to find out which auth methods are supported.
Handle authentication challenge from the WAMP server.
Depending on the auth method requested by the server, this could return things like the password of the user we are trying to authenticate as.
The realm to connect to on the WAMP server
This string will be prepended to all of your URI cased WAMP operations. This can be a convenient way to shorten the WAMP URIs by defining the common part of the WAMP URIs here.
The final URI that gets used for communicating with the WAMP server ends up being
{uriBase}.{URI of operation}
.
It is also possible to disable the use of uriBase
for a given WAMP operation by setting
the withoutUriBase
option for the operations that support that option
Generated using TypeDoc
An identifier for this client connection which may be used by the WAMP server for logging purposes