1 implementation of RequestAccessToken
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
134
public virtual async ValueTask<AccessTokenResult>
RequestAccessToken
()
1 reference to RequestAccessToken
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
63
await _provider.
RequestAccessToken
();