1 write to _cachedHeader
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
68_cachedHeader = new AuthenticationHeaderValue("Bearer", _lastToken.Value);
1 reference to _cachedHeader
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
79request.Headers.Authorization = _cachedHeader;