Adf.Core.Authorization.AuthorizationManager.Logout C# (CSharp) Method

Logout() public static method

Logs out the current user.
public static Logout ( ) : void
return void
        public static void Logout()
        {
            if (!IsLoggedOn) return;

            AuthorizationProvider.Logout();
        }