MicrosoftGraphExtensions Class

Definition

Extensions methods on a MicrosoftIdentityAppCallingWebApiAuthenticationBuilder builder to add support to call Microsoft Graph.

public static class MicrosoftGraphExtensions
type MicrosoftGraphExtensions = class
Public Module MicrosoftGraphExtensions
Inheritance
MicrosoftGraphExtensions

Methods

AddMicrosoftGraph(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, Action<MicrosoftGraphOptions>)

Add support to call Microsoft Graph. From a named options and a configuration method.

AddMicrosoftGraph(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, Func<IAuthenticationProvider,GraphServiceClient>, IEnumerable<String>)

Add support to call Microsoft Graph.

AddMicrosoftGraph(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, IConfigurationSection)

Add support to call Microsoft Graph. From a named option and a configuration section.

AddMicrosoftGraph(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, String, String)

Add support to call Microsoft Graph. From a base Graph URL and a default scope.

AddMicrosoftGraphAppOnly(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, Func<IAuthenticationProvider,GraphServiceClient>)

Add support to call Microsoft Graph.

Applies to