authentication property

Stream<MqttAuthenticateMessage>? authentication

Authenticate message stream. A received authenticate message is added to this stream. Attach listeners only after connect has been called.

Implementation

Stream<MqttAuthenticateMessage>? get authentication =>
    authenticationManager?.authenticated.stream;