class Gem::WebauthnListener::NoContentResponse
Private Instance Methods
code()
click to toggle source
# File lib/rubygems/webauthn_listener/response.rb, line 108 def code 204 end
reason_phrase()
click to toggle source
# File lib/rubygems/webauthn_listener/response.rb, line 112 def reason_phrase "No Content" end