google.golang.org/grpc/credentials.AuthorityValidator.ValidateAuthority (method)

2 uses

	google.golang.org/grpc/credentials (current package)
		credentials.go#L144: 	ValidateAuthority(authority string) error

	google.golang.org/grpc/internal/transport
		http2_client.go#L763: 		if err := auth.ValidateAuthority(callHdr.Authority); err != nil {