IsAuthenticated() public method

Checks whether the user is currently authenticated
public IsAuthenticated ( ) : bool
return bool
Ejemplo n.º 1
0
 public void IsAuthenticatedTest_False()
 {
     Assert.IsFalse(wrapper.IsAuthenticated());
 }