Beispiel #1
0
 public async Task <IActionResult> OnGetLogoutAsync()
 {
     _agentTracker.RemoveIdToken();
     return(Redirect("/Identity/Account/Login"));
 }