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