type crypto/tls.ClientAuthType

6 uses

	crypto/tls (current package)
		common.go#L329: type ClientAuthType int
		common.go#L335: 	NoClientCert ClientAuthType = iota
		common.go#L357: func requiresClientCert(c ClientAuthType) bool {
		common.go#L672: 	ClientAuth ClientAuthType
		common_string.go#L115: func (i ClientAuthType) String() string {
		common_string.go#L116: 	if i < 0 || i >= ClientAuthType(len(_ClientAuthType_index)-1) {