1 write to JsRuntime
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
75JsRuntime = jsRuntime;
7 references to JsRuntime
Microsoft.AspNetCore.Components.WebAssembly.Authentication (7)
Services\RemoteAuthenticationService.cs (7)
105var result = await JsRuntime.InvokeAsync<RemoteAuthenticationResult<TRemoteAuthenticationState>>("AuthenticationService.completeSignIn", context.Url); 127var result = await JsRuntime.InvokeAsync<RemoteAuthenticationResult<TRemoteAuthenticationState>>("AuthenticationService.completeSignOut", context.Url); 137var result = await JsRuntime.InvokeAsync<InternalAccessTokenResult>("AuthenticationService.getAccessToken"); 159var result = await JsRuntime.InvokeAsync<InternalAccessTokenResult>("AuthenticationService.getAccessToken", options); 176string identifier, TContext context) => JsRuntime.InvokeAsync<TResult>(identifier, context); 202var account = await JsRuntime.InvokeAsync<TAccount>("AuthenticationService.getUser"); 213await JsRuntime.InvokeVoidAsync("AuthenticationService.init", Options.ProviderOptions, _loggingOptions);