reset method

dynamic reset()

Resets the agent by clearing peer information and flags.

Implementation

reset() {
  peerInfo = {};
  isReceivedDIDAuthInit = false;
  isDIDConnected = false;
}