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)
79
request.Headers.Authorization =
_cachedHeader
;