getSecret method

CommunicationSecret getSecret()

The communication secret required for sending securely between two instances.

Implementation

CommunicationSecret getSecret() {
  return secret;
}