1 implementation of RequestAccessToken
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
154
public virtual async ValueTask<AccessTokenResult>
RequestAccessToken
(AccessTokenRequestOptions options)
1 reference to RequestAccessToken
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
62
await _provider.
RequestAccessToken
(_tokenOptions) :