11 references to OidcProviderOptions
Microsoft.AspNetCore.Components.WebAssembly.Authentication (11)
Options\DefaultOidcProviderOptionsConfiguration.cs (3)
8
internal sealed class DefaultOidcOptionsConfiguration : IPostConfigureOptions<RemoteAuthenticationOptions<
OidcProviderOptions
>>
14
public void Configure(RemoteAuthenticationOptions<
OidcProviderOptions
> options)
35
public void PostConfigure(string? name, RemoteAuthenticationOptions<
OidcProviderOptions
> options)
WebAssemblyAuthenticationServiceCollectionExtensions.cs (8)
113
/// Adds support for authentication for SPA applications using <see cref="
OidcProviderOptions
"/> and the <see cref="RemoteAuthenticationState"/>.
119
this IServiceCollection services, Action<RemoteAuthenticationOptions<
OidcProviderOptions
>> configure)
125
/// Adds support for authentication for SPA applications using <see cref="
OidcProviderOptions
"/> and the <see cref="RemoteAuthenticationState"/>.
132
this IServiceCollection services, Action<RemoteAuthenticationOptions<
OidcProviderOptions
>> configure)
139
/// Adds support for authentication for SPA applications using <see cref="
OidcProviderOptions
"/> and the <see cref="RemoteAuthenticationState"/>.
148
this IServiceCollection services, Action<RemoteAuthenticationOptions<
OidcProviderOptions
>> configure)
152
services.TryAddEnumerable(ServiceDescriptor.Scoped<IPostConfigureOptions<RemoteAuthenticationOptions<
OidcProviderOptions
>>, DefaultOidcOptionsConfiguration>());
154
return AddRemoteAuthentication<TRemoteAuthenticationState, TAccount,
OidcProviderOptions
>(services, configure);