Exemplo n.º 1
0
 public IActionResult RefreshAccessToken(RefreshTokenRequestDto refreshTokenRequestDto)
 {
     return(Ok(_jwtTokenService.RefreshJwtToken(refreshTokenRequestDto)));
 }