Skip to main content
Version: 5.7.0

IsAuthenticated

Returns true if the user is authenticated.

If a session has timed out or if the server returns a session invalidation error, this flag will reset back to false.

Usage

http://localhost:3000
bool isAuthenticated = _bc.Authenticated;