google.golang.org/grpc/peer.Peer.AuthInfo (field)
10 uses
google.golang.org/grpc/peer (current package)
peer.go#L41: AuthInfo credentials.AuthInfo
peer.go#L62: if p.AuthInfo != nil {
peer.go#L63: fmt.Fprintf(sb, "AuthInfo: '%s'", p.AuthInfo.AuthType())
google.golang.org/grpc/internal/transport
handler_server.go#L90: AuthInfo: authInfo,
handler_server.go#L192: AuthInfo: ht.peer.AuthInfo,
http2_client.go#L522: AuthInfo: t.authInfo, // Can be nil
http2_server.go#L249: AuthInfo: authInfo,
http2_server.go#L1481: AuthInfo: t.peer.AuthInfo, // Can be nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)