1 implementation of CompleteSignOutAsync
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
123
public virtual async Task<RemoteAuthenticationResult<TRemoteAuthenticationState>>
CompleteSignOutAsync
(
1 reference to CompleteSignOutAsync
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticatorViewCore.cs (1)
335
var result = await AuthenticationService.
CompleteSignOutAsync
(new RemoteAuthenticationContext<TAuthenticationState> { Url = Navigation.Uri });