3 references to DeserializedAuthenticationStateProvider
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
Options\AuthenticationStateDeserializationOptions.cs (1)
35authenticationType: nameof(DeserializedAuthenticationStateProvider),
Services\DeserializedAuthenticationStateProvider.cs (1)
25Justification = $"{nameof(DeserializedAuthenticationStateProvider)} uses the {nameof(DynamicDependencyAttribute)} to preserve the necessary members.")]
WebAssemblyAuthenticationServiceCollectionExtensions.cs (1)
32services.TryAddScoped<AuthenticationStateProvider, DeserializedAuthenticationStateProvider>();