Source: show
# File app/controllers/v2/refresh_tokens_controller.rb, line 7 def create if token_session.refresh! render json: token_session else render_error(token_session.error, :unauthorized) end end