isAuthenticated abstract method
Checks whether the user is authenticated.
Returns true
if the user is authenticated, otherwise false
.
Implementation
bool isAuthenticated();
Checks whether the user is authenticated.
Returns true
if the user is authenticated, otherwise false
.
bool isAuthenticated();