8 references to MsalProviderOptions
Microsoft.Authentication.WebAssembly.Msal (8)
MsalDefaultOptionsConfiguration.cs (3)
11
internal sealed class MsalDefaultOptionsConfiguration : IPostConfigureOptions<RemoteAuthenticationOptions<
MsalProviderOptions
>>
20
public void Configure(RemoteAuthenticationOptions<
MsalProviderOptions
> options)
44
public void PostConfigure(string? name, RemoteAuthenticationOptions<
MsalProviderOptions
> options)
MsalWebAssemblyServiceCollectionExtensions.cs (5)
26
public static IRemoteAuthenticationBuilder<RemoteAuthenticationState, RemoteUserAccount> AddMsalAuthentication(this IServiceCollection services, Action<RemoteAuthenticationOptions<
MsalProviderOptions
>> configure)
40
this IServiceCollection services, Action<RemoteAuthenticationOptions<
MsalProviderOptions
>> configure)
56
this IServiceCollection services, Action<RemoteAuthenticationOptions<
MsalProviderOptions
>> configure)
60
services.AddRemoteAuthentication<TRemoteAuthenticationState, TAccount,
MsalProviderOptions
>(configure);
61
services.TryAddEnumerable(ServiceDescriptor.Scoped<IPostConfigureOptions<RemoteAuthenticationOptions<
MsalProviderOptions
>>, MsalDefaultOptionsConfiguration>());