unauthenticate method
dynamic
unauthenticate()
Use authenticate methode to go from Logged in session to logged out session
Implementation
unauthenticate() {
// Update flagSyncStatus
this._flagSyncStatus = FlagSyncStatus.UNAUTHENTICATED;
_isAuthenticated = false;
_visitorDelegate.getStrategy().unAuthenticateVisitor();
}