Condividi tramite


MsalAuthenticationExtension.AuthenticationOperation Property

Definition

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

Property Value

Applies to