Make the client_auth from HsDescBuilder an Option
The following discussion from !1545 (merged) should be addressed:
-
@Diziet started a discussion: (+3 comments) Surely this should be
Option<>
. I think representing "every client is allowed" with the value which would otherwise mean "no clients are allowed" is not a good idea.