MicrosoftGraphExtensions.AddMicrosoftGraphAppOnly Method

Definition

Overloads

AddMicrosoftGraphAppOnly(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, Func<IAuthenticationProvider,GraphServiceClient>)

Add support to call Microsoft Graph.

AddMicrosoftGraphAppOnly(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, Func<IAuthenticationProvider,GraphServiceClient>)

Add support to call Microsoft Graph.

public static Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddMicrosoftGraphAppOnly (this Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder builder, Func<Microsoft.Graph.IAuthenticationProvider,Microsoft.Graph.GraphServiceClient> graphServiceClientFactory);
static member AddMicrosoftGraphAppOnly : Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder * Func<Microsoft.Graph.IAuthenticationProvider, Microsoft.Graph.GraphServiceClient> -> Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
<Extension()>
Public Function AddMicrosoftGraphAppOnly (builder As MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, graphServiceClientFactory As Func(Of IAuthenticationProvider, GraphServiceClient)) As MicrosoftIdentityAppCallsWebApiAuthenticationBuilder

Parameters

graphServiceClientFactory
Func<IAuthenticationProvider,Microsoft.Graph.GraphServiceClient>

Function to create a GraphServiceClient.

Returns

The builder to chain.

Applies to