IBaseClient.PerRequestAuthProvider 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 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)