MsalAuthenticationExtension.OnBeforeTokenRequestHandler 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.
A delegate which gets invoked just before MSAL makes a token request.
public Func<Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData,System.Threading.Tasks.Task> OnBeforeTokenRequestHandler { get; set; }
member this.OnBeforeTokenRequestHandler : Func<Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData, System.Threading.Tasks.Task> with get, set
Public Property OnBeforeTokenRequestHandler As Func(Of OnBeforeTokenRequestData, Task)