File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/client/Microsoft.Identity.Client/Extensibility Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments