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