pub(super) async fn authenticate(
state: &WebSocketServices,
socket: &mut WebSocket,
remote_address: &str,
) -> Result<AuthenticatedJoin, HandshakeError>Expand description
returns the authenticated room join intent without admitting the user