onAuthenticationSubscriptionFailed method

Stream<ChannelReadEvent> onAuthenticationSubscriptionFailed()

Implementation

Stream<ChannelReadEvent> onAuthenticationSubscriptionFailed() =>
    onSubscriptionError(
      errorType: Channel.authErrorTypeString,
    );