Skip to content

Commit 41ecffb

Browse files
committed
doc
1 parent ad3401c commit 41ecffb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/client/Microsoft.Identity.Client/Extensibility/MsalAuthenticationExtension.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ public class MsalAuthenticationExtension
2020
public Func<OnBeforeTokenRequestData, Task> OnBeforeTokenRequestHandler { get; set; }
2121

2222
/// <summary>
23-
/// Important: IAuthenticationOperation2 exists, for asynchronous token formatting.
23+
/// Inject an authentication operation. This is used for POP and composite tokens.
24+
/// IAuthencationOperation has a KeyID property that is used to bind tokens to a key. This affects how tokens are cached.
25+
///
26+
/// Important: Use IAuthenticationOperation2 instead, for asynchronous token formatting.
2427
/// </summary>
2528
public IAuthenticationOperation AuthenticationOperation { get; set; }
2629

0 commit comments

Comments
 (0)