type google.golang.org/grpc/credentials.CommonAuthInfo
13 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L89: type CommonAuthInfo struct {
credentials.go#L94: func (c CommonAuthInfo) GetCommonAuthInfo() CommonAuthInfo {
credentials.go#L292: GetCommonAuthInfo() CommonAuthInfo
tls.go#L43: CommonAuthInfo
tls.go#L157: CommonAuthInfo: CommonAuthInfo{
tls.go#L188: CommonAuthInfo: CommonAuthInfo{
google.golang.org/grpc/credentials/insecure
insecure.go#L44: return conn, info{credentials.CommonAuthInfo{SecurityLevel: credentials.NoSecurity}}, nil
insecure.go#L48: return conn, info{credentials.CommonAuthInfo{SecurityLevel: credentials.NoSecurity}}, nil
insecure.go#L66: credentials.CommonAuthInfo
google.golang.org/grpc
clientconn.go#L1438: GetCommonAuthInfo() credentials.CommonAuthInfo
google.golang.org/grpc/internal/transport
handler_server.go#L85: authInfo = credentials.TLSInfo{State: *r.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
http2_client.go#L302: GetCommonAuthInfo() credentials.CommonAuthInfo
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)