why deepstreamHub? compare us getting started feature roadmap faq
use cases pricing
products
developers
company
blog contact

This listener is notified whenever an authenticated client (ie. one that logged in with credentials) logs in or out.

Methods

onClientLogin(_:)

func onClientLogin(_ name: String) -> Void
argument type description
name String The users name or ID

onClientLogout(_:)

func onClientLogout(_ name: String) -> Void
argument type description
name String The users name or ID