4 references to InternalAccessTokenResult
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
Services\RemoteAuthenticationService.cs (4)
137
var
result = await JsRuntime.InvokeAsync<
InternalAccessTokenResult
>("AuthenticationService.getAccessToken");
159
var
result = await JsRuntime.InvokeAsync<
InternalAccessTokenResult
>("AuthenticationService.getAccessToken", options);