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)
39
public override Task<AuthenticationState> GetAuthenticationStateAsync() =>
_authenticationStateTask
;