4 references to OnLogInSucceeded
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
RemoteAuthenticatorViewCore.cs (4)
224
if (
OnLogInSucceeded
.HasDelegate)
227
await
OnLogInSucceeded
.InvokeAsync(result.State);
256
if (
OnLogInSucceeded
.HasDelegate)
259
await
OnLogInSucceeded
.InvokeAsync(result.State);