Skip to content

Commit b57ec4b

Browse files
authored
Replace incorrect header name in XML docs (Azure#52819)
1 parent 9dc6658 commit b57ec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/Azure.Core/src/Pipeline/BearerTokenAuthenticationPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Azure.Core.Pipeline
1414
{
1515
/// <summary>
16-
/// A policy that sends an <see cref="AccessToken"/> provided by a <see cref="TokenCredential"/> as an Authentication header.
16+
/// A policy that sends an <see cref="AccessToken"/> provided by a <see cref="TokenCredential"/> as an <see cref="HttpHeader.Names.Authorization"/> header.
1717
/// </summary>
1818
public class BearerTokenAuthenticationPolicy : HttpPipelinePolicy
1919
{

0 commit comments

Comments
 (0)