1 write to _authorizedUris
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
113_authorizedUris = uris;
3 references to _authorizedUris
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
Services\AuthorizationMessageHandler.cs (3)
51if (_authorizedUris == null) 57if (request.RequestUri != null && _authorizedUris.Any(uri => uri.IsBaseOf(request.RequestUri))) 100if (_authorizedUris != null)