4 references to OnLogOutSucceeded
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
RemoteAuthenticatorViewCore.cs (4)
307
if (
OnLogOutSucceeded
.HasDelegate)
310
await
OnLogOutSucceeded
.InvokeAsync(result.State);
344
if (
OnLogOutSucceeded
.HasDelegate)
347
await
OnLogOutSucceeded
.InvokeAsync(result.State);