PrivmxEndpoint
constructor(enableModule: Set<Modules>, userPrivateKey: String, solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions? = null)
Parameters
enableModule
set of modules to initialize; should contain Modules.THREAD to enable Thread module or Modules.STORE to enable Store module
bridgeUrl
Bridge Server URL
solutionId
SolutionId
of the current project
userPrivateKey
user private key used to authorize; generated from: CryptoApi.generatePrivateKey or CryptoApi.derivePrivateKey2
verificationOptions
PrivMX Bridge server instance verification options using a PKI server