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