OnBehalfOfCredentialOptions.TokenRequestCallback Property

Definition

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)

Property Value

Applies to