5 references to GetReturnUrl
Microsoft.AspNetCore.Components.WebAssembly.Authentication (5)
RemoteAuthenticatorViewCore.cs (5)
163await ProcessLogIn(GetReturnUrl(state: null)); 193await ProcessLogOut(GetReturnUrl(state: null, ApplicationPaths.LogOutSucceededPath)); 229var redirectUrl = GetReturnUrl(result.State, returnUrl); 261var redirectUrl = GetReturnUrl(result.State); 349var redirectUrl = GetReturnUrl(result.State, ApplicationPaths.LogOutSucceededPath);