class Gem::GemcutterUtilities::WebauthnListener::OkResponse

def body

def body
  "success"
end

def code

def code
  200
end

def reason_phrase

def reason_phrase
  "OK"
end