isAuthenticated property

bool get isAuthenticated

Check if client is authenticated (has user info)

Implementation

bool get isAuthenticated => handshakeRequest.isAuthenticated;