-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathPublicAPI.Shipped.txt
More file actions
16 lines (16 loc) · 1.74 KB
/
PublicAPI.Shipped.txt
File metadata and controls
16 lines (16 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#nullable enable
Microsoft.Identity.Web.BaseRequestExtensions
Microsoft.Identity.Web.GraphServiceCollectionExtensions
Microsoft.Identity.Web.MicrosoftGraphOptions
Microsoft.Identity.Web.MicrosoftGraphOptions.BaseUrl.get -> string!
Microsoft.Identity.Web.MicrosoftGraphOptions.BaseUrl.set -> void
Microsoft.Identity.Web.MicrosoftGraphOptions.MicrosoftGraphOptions() -> void
Microsoft.Identity.Web.MicrosoftGraphOptions.Scopes.get -> string?
Microsoft.Identity.Web.MicrosoftGraphOptions.Scopes.set -> void
static Microsoft.Identity.Web.BaseRequestExtensions.WithAppOnly<T>(this T baseRequest, bool appOnly = true, string? tenant = null) -> T
static Microsoft.Identity.Web.BaseRequestExtensions.WithAuthenticationOptions<T>(this T baseRequest, System.Action<Microsoft.Identity.Abstractions.AuthorizationHeaderProviderOptions!>! overrideAuthenticationOptions) -> T
static Microsoft.Identity.Web.BaseRequestExtensions.WithAuthenticationScheme<T>(this T baseRequest, string! authenticationScheme) -> T
static Microsoft.Identity.Web.BaseRequestExtensions.WithScopes<T>(this T baseRequest, params string![]! scopes) -> T
static Microsoft.Identity.Web.BaseRequestExtensions.WithUser<T>(this T baseRequest, System.Security.Claims.ClaimsPrincipal! user) -> T
static Microsoft.Identity.Web.GraphServiceCollectionExtensions.AddMicrosoftGraph(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection!
static Microsoft.Identity.Web.GraphServiceCollectionExtensions.AddMicrosoftGraph(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action<Microsoft.Identity.Web.MicrosoftGraphOptions!>! configureMicrosoftGraphOptions) -> Microsoft.Extensions.DependencyInjection.IServiceCollection!