MCPcopy Create free account
hub / github.com/XTLS/Go / ClientAuthType

TypeAlias ClientAuthType

common.go:291–291  ·  view source on GitHub ↗

ClientAuthType declares the policy the server will follow for TLS Client Authentication.

Source from the content-addressed store, hash-verified

289// ClientAuthType declares the policy the server will follow for
290// TLS Client Authentication.
291type ClientAuthType int
292
293const (
294 // NoClientCert indicates that no client certificate should be requested

Callers 1

StringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected