1 instantiation of RemoteAuthenticationApplicationPathsOptions
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\RemoteAuthenticationOptions.cs (1)
23public RemoteAuthenticationApplicationPathsOptions AuthenticationPaths { get; } = new RemoteAuthenticationApplicationPathsOptions();
7 references to RemoteAuthenticationApplicationPathsOptions
Microsoft.AspNetCore.Components.WebAssembly.Authentication (7)
IRemoteAuthenticationPathsProvider.cs (1)
18RemoteAuthenticationApplicationPathsOptions ApplicationPaths { get; }
Options\RemoteAuthenticationOptions.cs (2)
21/// Gets or sets the <see cref="RemoteAuthenticationApplicationPathsOptions"/>. 23public RemoteAuthenticationApplicationPathsOptions AuthenticationPaths { get; } = new RemoteAuthenticationApplicationPathsOptions();
RemoteAuthenticatorViewCore.cs (3)
18private RemoteAuthenticationApplicationPathsOptions? _applicationPaths; 92/// Gets or sets the <see cref="RemoteAuthenticationApplicationPathsOptions"/> with the paths to different authentication pages. 95public RemoteAuthenticationApplicationPathsOptions ApplicationPaths
Services\DefaultRemoteApplicationPathsProvider.cs (1)
19public RemoteAuthenticationApplicationPathsOptions ApplicationPaths => _options.Value.AuthenticationPaths;