1 reference to PersistenceKey
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\DeserializedAuthenticationStateProvider.cs (1)
31
if (!state.TryTakeFromJson<AuthenticationStateData?>(
PersistenceKey
, out var authenticationStateData) || authenticationStateData is null)