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