5 references to AuthenticationPaths
Microsoft.AspNetCore.Components.WebAssembly.Authentication (5)
Options\DefaultApiAuthorizationOptionsConfiguration.cs (2)
17options.AuthenticationPaths.RemoteRegisterPath ??= "Identity/Account/Register"; 18options.AuthenticationPaths.RemoteProfilePath ??= "Identity/Account/Manage";
Services\DefaultRemoteApplicationPathsProvider.cs (1)
19public RemoteAuthenticationApplicationPathsOptions ApplicationPaths => _options.Value.AuthenticationPaths;
Services\RemoteAuthenticationService.cs (2)
142result.Status == AccessTokenResultStatus.RequiresRedirect ? Options.AuthenticationPaths.LogInPath : null, 164result.Status == AccessTokenResultStatus.RequiresRedirect ? Options.AuthenticationPaths.LogInPath : null,