1 implementation of ApplicationPaths
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\DefaultRemoteApplicationPathsProvider.cs (1)
19public RemoteAuthenticationApplicationPathsOptions ApplicationPaths => _options.Value.AuthenticationPaths;
1 reference to ApplicationPaths
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticatorViewCore.cs (1)
97get => _applicationPaths ?? RemoteApplicationPathsProvider.ApplicationPaths;