RelayAuth.never constructor

const RelayAuth.never()

Stays on the anonymous connection and never sends AUTH. A relay that refuses the request without an identity simply does not serve it.

Implementation

const factory RelayAuth.never() = RelayAuthNever;