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