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

TypeAlias ClientAuthType

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

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

Source from the content-addressed store, hash-verified

328// ClientAuthType declares the policy the server will follow for
329// TLS Client Authentication.
330type ClientAuthType int
331
332const (
333 // NoClientCert indicates that no client certificate should be requested

Callers 1

StringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected