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