3 references to AuthenticationStateDeserializationOptions
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
Services\DeserializedAuthenticationStateProvider.cs (1)
29
public DeserializedAuthenticationStateProvider(PersistentComponentState state, IOptions<
AuthenticationStateDeserializationOptions
> options)
WebAssemblyAuthenticationServiceCollectionExtensions.cs (2)
27
/// <param name="configure">An action that will configure the <see cref="
AuthenticationStateDeserializationOptions
"/>.</param>
29
public static IServiceCollection AddAuthenticationStateDeserialization(this IServiceCollection services, Action<
AuthenticationStateDeserializationOptions
>? configure = null)