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