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