1 //go:build go1.18
2 // +build go1.18
3 4 // Copyright (c) Microsoft Corporation. All rights reserved.
5 // Licensed under the MIT License.
6 7 package azidentity
8 9 import "github.com/Azure/azure-sdk-for-go/sdk/internal/log"
10 11 // EventAuthentication entries contain information about authentication.
12 // This includes information like the names of environment variables
13 // used when obtaining credentials and the type of credential used.
14 const EventAuthentication log.Event = "Authentication"
15