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