MsalAuthenticationExtension.AuthenticationOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inject an authentication operation. This is used for POP and composite tokens. IAuthencationOperation has a KeyID property that is used to bind tokens to a key. This affects how tokens are cached.
Important: Use IAuthenticationOperation2 instead, for asynchronous token formatting.
public Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation AuthenticationOperation { get; set; }
member this.AuthenticationOperation : Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation with get, set
Public Property AuthenticationOperation As IAuthenticationOperation