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