2 references to JSInvokeWithContextAsync
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\RemoteAuthenticationService.cs (2)
94var result = await JSInvokeWithContextAsync<RemoteAuthenticationContext<TRemoteAuthenticationState>, RemoteAuthenticationResult<TRemoteAuthenticationState>>("AuthenticationService.signIn", context); 116var result = await JSInvokeWithContextAsync<RemoteAuthenticationContext<TRemoteAuthenticationState>, RemoteAuthenticationResult<TRemoteAuthenticationState>>("AuthenticationService.signOut", context);