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