Skip to content

Commit 1e0880d

Browse files
author
Zhenya Polyvanyi
committed
Reworded a commment for auth header bound provider
1 parent 5538c3e commit 1e0880d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Identity.Abstractions/DownstreamApi/IAuthorizationHeaderBoundProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
namespace Microsoft.Identity.Abstractions
55
{
66
/// <summary>
7-
/// Creates the value of an authorization header that the caller can use to call a protected web API with unbound or
8-
/// bound to certificate (e.g., in case of mTLS PoP scenario) token.
7+
/// Creates an authorization header value that the caller can use to access a protected web API, which supports either unbound or
8+
/// bound to a certificate (for example, in an mTLS PoP scenario) tokens.
99
/// </summary>
1010
public interface IAuthorizationHeaderBoundProvider : IAuthorizationHeaderProvider<OperationResult<AuthorizationHeaderInformation, AuthorizationHeaderError>>
1111
{

0 commit comments

Comments
 (0)