unauthenticate method

dynamic unauthenticate()

Use authenticate methode to go from Logged in session to logged out session

Implementation

unauthenticate() {
  _visitorDelegate.getStrategy().unAuthenticateVisitor();
}