isAuthenticated property
bool
get
isAuthenticated
Check if client is authenticated (has user info)
Implementation
bool get isAuthenticated => handshakeRequest.isAuthenticated;
Check if client is authenticated (has user info)
bool get isAuthenticated => handshakeRequest.isAuthenticated;