We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5538c3e commit 1e0880dCopy full SHA for 1e0880d
src/Microsoft.Identity.Abstractions/DownstreamApi/IAuthorizationHeaderBoundProvider.cs
@@ -4,8 +4,8 @@
4
namespace Microsoft.Identity.Abstractions
5
{
6
/// <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.
+ /// Creates an authorization header value that the caller can use to access a protected web API, which supports either unbound or
+ /// bound to a certificate (for example, in an mTLS PoP scenario) tokens.
9
/// </summary>
10
public interface IAuthorizationHeaderBoundProvider : IAuthorizationHeaderProvider<OperationResult<AuthorizationHeaderInformation, AuthorizationHeaderError>>
11
0 commit comments