1 reference to DeserializeAuthenticationStateAsync
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\AuthenticationStateDeserializationOptions.cs (1)
23
public Func<AuthenticationStateData?, Task<AuthenticationState>> DeserializationCallback { get; set; } =
DeserializeAuthenticationStateAsync
;