3 references to AuthenticationStateSerializationOptions
Microsoft.AspNetCore.Components.WebAssembly.Server (3)
AuthenticationStateSerializationOptions.cs (1)
17
/// Default constructor for <see cref="
AuthenticationStateSerializationOptions
"/>.
AuthenticationStateSerializer.cs (1)
21
public AuthenticationStateSerializer(PersistentComponentState persistentComponentState, IOptions<
AuthenticationStateSerializationOptions
> options)
WebAssemblyRazorComponentsBuilderExtensions.cs (1)
39
public static IRazorComponentsBuilder AddAuthenticationStateSerialization(this IRazorComponentsBuilder builder, Action<
AuthenticationStateSerializationOptions
>? configure = null)