OnBehalfOfCredentialOptions.TokenRequestCallback 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.
Gets or sets an optional callback that is invoked before each token request is sent to the identity provider. This callback can be used to customize the token request.
public Action<Azure.Identity.TokenRequestCallbackContext> TokenRequestCallback { get; set; }
member this.TokenRequestCallback : Action<Azure.Identity.TokenRequestCallbackContext> with get, set
Public Property TokenRequestCallback As Action(Of TokenRequestCallbackContext)