4 references to AuthenticationService
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
RemoteAuthenticatorViewCore.cs (4)
211var result = await AuthenticationService.SignInAsync(new RemoteAuthenticationContext<TAuthenticationState> 246var result = await AuthenticationService.CompleteSignInAsync( 295var result = await AuthenticationService.SignOutAsync(new RemoteAuthenticationContext<TAuthenticationState> 335var result = await AuthenticationService.CompleteSignOutAsync(new RemoteAuthenticationContext<TAuthenticationState> { Url = Navigation.Uri });