3 references to LogInPath
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
RemoteAuthenticatorViewCore.cs (1)
400
var loginUrl = Navigation.ToAbsoluteUri(ApplicationPaths.
LogInPath
).PathAndQuery;
Services\RemoteAuthenticationService.cs (2)
142
result.Status == AccessTokenResultStatus.RequiresRedirect ? Options.AuthenticationPaths.
LogInPath
: null,
164
result.Status == AccessTokenResultStatus.RequiresRedirect ? Options.AuthenticationPaths.
LogInPath
: null,