1 write to _authenticationStateTask
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\DeserializedAuthenticationStateProvider.cs (1)
36_authenticationStateTask = options.Value.DeserializationCallback(authenticationStateData);
1 reference to _authenticationStateTask
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\DeserializedAuthenticationStateProvider.cs (1)
39public override Task<AuthenticationState> GetAuthenticationStateAsync() => _authenticationStateTask;