다음을 통해 공유


GraphClientFactory.CreateDefaultHandlers(IAuthenticationProvider) Method

Definition

Create a default set of middleware for calling Microsoft Graph

public static System.Collections.Generic.IList<System.Net.Http.DelegatingHandler> CreateDefaultHandlers (Microsoft.Graph.IAuthenticationProvider authenticationProvider);
static member CreateDefaultHandlers : Microsoft.Graph.IAuthenticationProvider -> System.Collections.Generic.IList<System.Net.Http.DelegatingHandler>
Public Shared Function CreateDefaultHandlers (authenticationProvider As IAuthenticationProvider) As IList(Of DelegatingHandler)

Parameters

authenticationProvider
IAuthenticationProvider

The IAuthenticationProvider to authenticate requests.

Returns

Applies to