class ApipieBindings::Authenticators::Base

Attributes

Public Instance Methods

authenticate(request, args) click to toggle source
# File lib/apipie_bindings/authenticators/base.rb, line 11
def authenticate(request, args)
end
error(ex) click to toggle source
# File lib/apipie_bindings/authenticators/base.rb, line 14
def error(ex)
end
name() click to toggle source
# File lib/apipie_bindings/authenticators/base.rb, line 20
def name
  self.class.name
end
response(r) click to toggle source
# File lib/apipie_bindings/authenticators/base.rb, line 17
def response(r)
end