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