type google.golang.org/grpc/credentials.TLSInfo

7 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L42: type TLSInfo struct {
		tls.go#L50: func (t TLSInfo) AuthType() string {
		tls.go#L57: func (t TLSInfo) ValidateAuthority(authority string) error {
		tls.go#L85: func (t TLSInfo) GetSecurityValue() ChannelzSecurityValue {
		tls.go#L153: 	tlsInfo := TLSInfo{
		tls.go#L184: 	tlsInfo := TLSInfo{

	google.golang.org/grpc/internal/transport
		handler_server.go#L85: 		authInfo = credentials.TLSInfo{State: *r.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}