// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

// Package auth implements the configuration settings to
// ensure authentication on incoming requests, and allows
// exporters to add authentication on outgoing requests.
package auth // import "go.opentelemetry.io/collector/extension/auth"