Auth User
Represents a result from awaitConnect and awaitAuthenticate. This will give the User and the socket connection status, which is true if the socket is connected, false otherwise.
When using local caching, awaitConnect can result in failure to connect socket, which will be denoted by socketConnected with false, but the User can still be valid if it's read from the local cache.
Since
4.15.0