Share via


BaseClient.PerRequestAuthProvider Property

Definition

Gets or Sets the IAuthenticationProvider for authenticating a single HTTP requests.

public Func<Microsoft.Graph.IAuthenticationProvider> PerRequestAuthProvider { get; set; }
member this.PerRequestAuthProvider : Func<Microsoft.Graph.IAuthenticationProvider> with get, set
Public Property PerRequestAuthProvider As Func(Of IAuthenticationProvider)

Property Value

Implements

Applies to