コード例 #1
0
 public void Logout(HttpResponse httpResponse)
 {
     _tokenService.ClearHttpCookieForRefreshToken(httpResponse);
 }