google.golang.org/grpc/credentials.AuthInfo.AuthType (method)
3 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L130: AuthType() string
google.golang.org/grpc/internal/transport
http2_client.go#L761: return nil, &NewStreamError{Err: status.Errorf(codes.Unavailable, "credentials type %q does not implement the AuthorityValidator interface, but authority override specified with CallAuthority call option", t.authInfo.AuthType())}
google.golang.org/grpc/peer
peer.go#L63: fmt.Fprintf(sb, "AuthInfo: '%s'", p.AuthInfo.AuthType())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)