2020-02-21 03:58:17 +00:00
|
|
|
//go:build go1.18
|
|
|
|
// +build go1.18
|
|
|
|
|
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
// Licensed under the MIT License.
|
|
|
|
|
|
|
|
package azidentity
|
|
|
|
|
2023-05-11 13:23:47 +00:00
|
|
|
import "github.com/Azure/azure-sdk-for-go/sdk/internal/log"
|
2020-02-21 03:58:17 +00:00
|
|
|
|
|
|
|
// EventAuthentication entries contain information about authentication.
|
|
|
|
// This includes information like the names of environment variables
|
|
|
|
// used when obtaining credentials and the type of credential used.
|
|
|
|
const EventAuthentication log.Event = "Authentication"
|