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